CursorPool
← 返回 MCP 列表
PlanetScale MCP

PlanetScale MCP

管理无服务器 MySQL 分支与查询,辅助 schema 演进。

PlanetScale·280 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @planetscale/mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "planetscale": {
      "command": "npx",
      "args": [
        "-y",
        "@planetscale/mcp"
      ]
    }
  }
}