4 months ago
The PlanetScale MCP server is a hosted MCP server that exposes your PlanetScale organizations, databases, branches, schema, and Insights data to MCP-compatible tools. It's authenticated via OAuth for configurable access to permissions and scopes, and it's accessible from any MCP client that supports HTTP-hosted servers.
Server Config
{
"mcpServers": {
"planetscale": {
"command": "pscale",
"args": [
"mcp",
"server"
]
}
}
}