Skip to content
VS Code

PlanetScale for VS Code

io.github.planetscale/mcp-server

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

client:VS Code transport:streamable-http

Install PlanetScale in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://mcp.pscale.dev/mcp/planetscale"
    }
  }
}

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

PlanetScale in other clients