io.github.planetscale/mcp-server (MCP)
The Model Context Protocol (MCP) server connects to PlanetScale databases to work with branches, schema, and query insights, and can execute SQL. Repository topics include mcp-server, and the provided scope focuses on tool implementations and shared helper code maintained in TypeScript.
🛠️ Key Features
- Connects to PlanetScale databases
- Supports branches and schema
- Provides query insights
- Executes SQL
🚀 Use Cases
- Retrieve information related to database branches and schema
- Use query insights during development or analysis
- Run SQL against PlanetScale databases
⚡ Developer Benefits
- Hosted MCP server tools include additional functionality generated from the PlanetScale API OpenAPI spec
- This repository focuses on MCP tools maintained directly in TypeScript plus shared helper code
⚠️ Limitations
- Not every production tool is contained in this repository; some are generated in the full hosted MCP server from the OpenAPI spec
📚 Related Documentation
- Hosted server overview (PlanetScale MCP docs)
- PlanetScale API OpenAPI spec docs