CursorPool
← 返回 MCP 列表

Neon MCP

管理无服务器 Postgres 分支与查询,加速开发测试。

Neon·470 次安装·24 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @neondatabase/mcp-server-neon

在 Cursor 中配置(mcp.json)

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