Skip to content
VS Code

supabase for VS Code

ai.waystation/supabase

Connect to your Supabase database to query data and schemas.

client:VS Code transport:streamable-http

Install supabase in VS Code

.vscode/mcp.json

{
  "servers": {
    "supabase": {
      "type": "http",
      "url": "https://waystation.ai/supabase/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

supabase in other clients