planetscale/mcp
The PlanetScale CLI includes an MCP server that provides AI tools direct access to your PlanetScale databases.
Quick Start
Clone the repository:
git clone https://github.com/planetscale/cli?tab=readme-ov-file#mcp-server-integrationClaude Desktop configuration example:
{
"mcpServers": {
"clitabreadme-ov-file": {
"command": "npx",
"args": [
"-y",
"planetscale/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.