Skip to content
Cursor

supabase for Cursor

ai.waystation/supabase

Connect to your Supabase database to query data and schemas.

client:Cursor transport:streamable-http

Install supabase in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "supabase": {
      "url": "https://waystation.ai/supabase/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

supabase in other clients