MCP server

PlanetScale

MCP

Official PlanetScale MCP. Serverless MySQL.

PlanetScale’s remote server. Branches, schema, and queries on the database you connect.

latest·Proprietary·Updated this quarter·github.com/planetscale/mcp-server·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "planetscale": {
      "url": "https://mcp.pscale.dev/mcp/planetscale"
    }
  }
}

By PlanetScale

Spec

What the server actually exposes.

  • list_databases

    read

    Databases in the org.

  • schema

    read

    Schema for a branch.

  • query

    read

    Read-only SQL on a branch.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

planetscale-mcp.mcp/tools

Tools

  • list_databases

    Databases in the org.

    read
  • schema

    Schema for a branch.

    read
  • query

    Read-only SQL on a branch.

    read

Last call

{ "ok": true,
  "tool": "list_databases",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.