Skip to content
VS Code

Supabase for VS Code

com.supabase/mcp

MCP server for interacting with the Supabase platform

client:VS Code transport:streamable-http runtime:npm

Install Supabase in VS Code

.vscode/mcp.json

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

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

Supabase in other clients