Supabase
Manage tables, run queries, and inspect project config on the full Postgres and Auth stack.
Add Supabase to your agent
Hosted OAuth server at mcp.supabase.com. Cursor prompts you to sign in on first connect. Scope to a project with ?project_ref= and enable read-only mode with ?read_only=true in the URL if you prefer.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}
Add this block under mcpServers, then restart Cursor.