PlanetScale MCP Server
OfficialProvides tools for managing PlanetScale databases, branches, and related resources via the PlanetScale API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PlanetScale MCP Servershow me the tables in production database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PlanetScale MCP Server Tools
This repository contains tool implementations that are part of the PlanetScale MCP server.
The full hosted MCP server includes additional tools that are generated from the PlanetScale API OpenAPI spec, not every production tool lives in this repository.
Related docs
Hosted server overview: PlanetScale MCP docs
PlanetScale API OpenAPI spec: OpenAPI spec docs
Project scope
This repo is focused on:
MCP tools we maintain directly in TypeScript
shared helper code used by those tools
local development and validation of the open-source portions
Some MCP functionality is intentionally not duplicated here because it is generated from the API spec and maintained in that generation pipeline.
Quick start
Install dependencies:
pnpm installBuild a deployment zip:
pnpm buildPush to Gram:
pnpm pushTesting locally
Run a local MCP server over stdio with inspector support:
pnpm devThis launches MCP Inspector so you can interactively test tool behavior during development.
Contributing
See CONTRIBUTING.md for contribution workflow and project conventions.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/planetscale/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server