Manage Neon serverless Postgres branches, run queries, and scale databases from Claude Code — ideal for branching-based development workflows.
Neon is a serverless Postgres platform with built-in branching — each database branch is an isolated, instant copy of your data. The Neon MCP brings the Neon API and SQL execution capabilities into Claude Code, making it easy to create feature branches, run migrations safely, and manage your serverless Postgres fleet without leaving your editor.
mcpizy install neon
Generate a Neon API key from your Neon console under Account Settings > API Keys. Provide the key during MCPizy setup.
Create a database branch for a new feature before running a risky migration:
// Claude will:
// 1. Create a branch "feature/add-audit-logs" from main
// 2. Apply the migration on that branch
// 3. Run integration tests against the branch connection string
// 4. Merge or discard the branch based on results