Skip to main content

Connect Firebender to Supabase

Connect Firebender to Supabase to manage your database, authentication, and backend services.

What is Supabase?

Supabase is an open-source Firebase alternative providing database, authentication, storage, and real-time subscriptions. With the Supabase MCP integration, Firebender can:
  • Query and manage database tables
  • Run SQL queries directly
  • Manage authentication and users
  • Access storage buckets
  • Configure real-time subscriptions

Installation

Click the button below to install the Supabase MCP server: Add to Firebender Or manually configure in your mcp.json:
{
  "mcpServers": {
    "supabase": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}

Use Cases

  • Database Management: Query and modify database tables
  • SQL Operations: Run complex SQL queries and migrations
  • User Management: Manage authentication and user data
  • API Integration: Generate and test API endpoints