Supabase API MCP Config
Manage Supabase projects, databases, authentication, and storage through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/supabase.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/supabase.json to fetch programmatically.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-supabase"],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_..."
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/supabase.jsonEnvironment Variables
SUPABASE_ACCESS_TOKENReplace sbp_... with your actual supabase access token
Endpoints
GET
/projectsList all projects
GET
/project/{ref}Get project details