PlanetScale MCP
管理无服务器 MySQL 分支与查询,辅助 schema 演进。
安装命令
终端
npx -y @planetscale/mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"planetscale": {
"command": "npx",
"args": [
"-y",
"@planetscale/mcp"
]
}
}
}管理无服务器 MySQL 分支与查询,辅助 schema 演进。
npx -y @planetscale/mcp{
"mcpServers": {
"planetscale": {
"command": "npx",
"args": [
"-y",
"@planetscale/mcp"
]
}
}
}