PlanetScale logo

PlanetScale

Authenticated access to your Postgres and MySQL DBs

Official docs

About PlanetScale

PlanetScale provides authenticated access to Postgres and MySQL databases. Its connector gives assistants database context for inspecting schema, understanding environments, and planning data-related work with connected database systems.

Connection details

https://mcp.pscale.dev/mcp/planetscale\n
Transport
Streamable HTTP
Authentication
OAuth

Setup

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

Frequently asked questions

What is the PlanetScale remote MCP server?

The PlanetScale remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.pscale.dev/mcp/planetscale\n, so AI assistants can connect to it without installing or running anything locally. PlanetScale provides authenticated access to Postgres and MySQL databases. Its connector gives assistants database context for inspecting schema, understanding environments, and planning data-related work with connected database systems.

How do I connect to the PlanetScale MCP server?

Add the endpoint https://mcp.pscale.dev/mcp/planetscale\n to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the PlanetScale MCP server require authentication?

Yes. PlanetScale uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the PlanetScale MCP server use?

PlanetScale exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers