Manage Neon serverless Postgres databases via natural language. Create projects, branches, run queries, and perform migrations using Neon's branching capabilities. The official Neon MCP integration.
Install via CLI
mog install mogteam/mcp-neonManual config
Neon API key (from console.neon.tech/app/settings/api-keys)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Manage Neon serverless Postgres databases via natural language. Create projects, branches, run queries, and perform migrations using Neon's branching capabilities. The official Neon MCP integration.
mog install mogteam/mcp-neon
neon postgres serverless database branching mcp
Sourced from Neon (official) — ⭐ 1,100 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Neon (official)
github.com/neondatabase-labs/mcp-server-neonThis package is sourced from the above repository and distributed on mog under its original license.
Releases