Neon MCP
管理无服务器 Postgres 分支与查询,加速开发测试。
安装命令
终端
npx -y @neondatabase/mcp-server-neon在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
]
}
}
}