Sazabi
MCP connectors

Supabase

Give the Sazabi agent tools to manage organizations, projects, and databases, and to run SQL queries.

About

This is an MCP connector that gives the Sazabi agent tools from Supabase's hosted MCP server at https://mcp.supabase.com/mcp. Supabase authenticates via OAuth with dynamic client registration — you authorize once in the browser and Sazabi refreshes the token thereafter. The agent has broad access to your Supabase account; you can optionally scope the connection to a specific project by supplying a project-scoped server URL.

What the agent can do:

  • Manage Supabase organizations and projects
  • Browse and modify database schemas and tables
  • Execute SQL queries and migrations
  • Deploy and manage Edge Functions
  • Configure Auth, Storage, and Realtime settings

Prerequisites

  • A Supabase account (Free or paid plan)
  • Owner or admin role on the Supabase organization

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Authorize

Start the connection. Sazabi redirects you to Supabase to authorize, then back. Optionally, to scope the connection to a specific project, visit the Supabase MCP configuration panel, choose your project and options, and paste the generated server URL before authorizing.

Set up with the CLI

You can also connect Supabase with the Sazabi CLI (installed and authenticated — see sazabi mcp-connectors reference).

Supabase authenticates over OAuth, so the CLI opens a browser to complete authorization:

sazabi mcp-connectors connect supabase

Add --read-only to restrict the connector to read-only tools, or --project-id <project> to target a specific project. In --json mode the command prints an authorization URL to open, then polls until the connection completes. Confirm the result with sazabi mcp-connectors list.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the connection is authorized.

Troubleshooting

No tools discovered — Disconnect and reconnect from Settings > MCP connectors to restart the OAuth flow.

Connection shows needs attention — The authorization may have expired or been revoked; reconnect from Settings > MCP connectors.

Further reading