Manage PlanetScale serverless MySQL branches, deploys, and connections.
## PlanetScale CLI MCP Server: Serverless MySQL The **PlanetScale CLI MCP Server** integrates PlanetScale's serverless MySQL platform into Google Antigravity. Manage database branches, deploy requests, and connection strings with Git-like workflows. ### Why PlanetScale MCP? PlanetScale brings Git workflows to databases. The MCP provides: - **Branching**: Database branches like Git - **Deploy Requests**: Schema change reviews - **Insights**: Query analytics - **Connections**: Secure connection strings ### Key Features #### 1. Branch Workflow Git-like database operations: - Create branches - Schema diff - Deploy requests - Branch promotion #### 2. Database Management MySQL operations: - Connection management - Query execution - Schema visualization - Performance insights ### Configuration ```json { "mcpServers": { "planetscale-cli": { "command": "pscale", "args": ["mcp", "serve"], "env": { "PLANETSCALE_SERVICE_TOKEN": "your-token" } } } } ``` The PlanetScale MCP enables Git-like database workflows.
{
"mcpServers": {
"planetscale-cli": {}
}
}