Planet Scale MCP Server

This repository contains tool implementations that are part of the [PlanetScale MCP server][ps-mcp]. It is available as a remote MCP endpoint.

Teams that want a hosted database endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 4 · #125 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Planet Scale

Claude Code

claude mcp add planetscale-mcp-server --transport http https://mcp.pscale.dev/mcp/planetscale

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.pscale.dev/mcp/planetscale

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.pscale.dev

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry namespace io.github.planetscale is GitHub-verified and matches the repo owner

03 · Who maintains Planet Scale

PlanetScale is maintained by planetscale. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
database - ranked #125 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.planetscale/mcp-server (active, first published 2026-04-15)

05 · Planet Scale FAQ

What is Planet Scale?

This repository contains tool implementations that are part of the [PlanetScale MCP server][ps-mcp]. It is available as a remote MCP endpoint.

Is Planet Scale still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25. We re-verify nightly.

How do I install Planet Scale?

Run `claude mcp add planetscale-mcp-server --transport http https://mcp.pscale.dev/mcp/planetscale`. You can also paste the ready-made client config above.

Does Planet Scale require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Planet Scale