Tables, SQL, and project config from Cursor
Supabase sits between “Databases” and “Cloud Platforms.” You want project-aware tools (tables, SQL, config), not a generic Postgres URL alone.
Ads
Primary Supabase MCP — manage tables, query data, fetch project config.
Community Supabase MCP if you prefer that install path.
Community packaging of Supabase MCP tools.
Use the supabase-community Supabase MCP (catalog official) for the supported hosted MCP URL and project-scoped tools.
Third-party Supabase MCPs help for alternate auth or self-managed setups.
One server — supabase-community/supabase-mcp. Not a stack merge.
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}Added 15 days ago ·