Neon (Serverless PostgreSQL) Connector for AI agents.
10 live capabilities
Manage serverless PostgreSQL database infrastructure and branching.
Waiting for input…
Why people use Neon (Serverless PostgreSQL)
Neon for Automated Database Branching
This Connector changes that by letting you handle those tasks in plain English. You can ask your agent to spin up a new branch or list all your projects without leaving your editor. You get a direct line to your infrastructure, making database management a conversation rather than a series of clicks.
What Vinkius changes
You get full database infrastructure control through a natural chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Isolated Feature Testing
A developer needs to test a new auth flow.
- Real-world use case 02
Security Role Auditing
A DBA needs to verify permissions on a production branch.
- Real-world use case 03
Rapid Workspace Provisioning
A platform engineer needs to set up a new staging environment.
Complete set · 10capabilities
The complete Neon (Serverless PostgreSQL) capability set.
These are the exact actions your AI can choose when you ask it to work with Neon (Serverless PostgreSQL).
01—04
4 capabilities in this set.
Part of 10 available through Neon (Serverless PostgreSQL).
- 01 Capability
Create branch
Create a new database branch using zero-copy links for isolated testing. This allows you to test features without affecting production data.
- 02 Capability
Delete project
Permanently delete a project and all its associated storage blocks. This is useful for cleaning up old test environments.
- 03 Capability
Get branch
Inspect the storage deltas and timeline points for a specific branch. Use this to see exactly when a branch split from its parent.
- 04 Capability
Get project
Analyze the core routing logic and storage caps for a specific project. This helps you monitor your project's resource limits.
05—07
3 capabilities in this set.
Part of 10 available through Neon (Serverless PostgreSQL).
- 05 Capability
List databases
Identify all internal SQL database schemas mapped to a branch. Use this to verify your connection logic.
- 06 Capability
List endpoints
Discover the connection routing endpoints for your project. This provides the exact strings needed for your application drivers.
- 07 Capability
List projects
List all managed serverless PostgreSQL projects in your account. This helps you audit your entire infrastructure footprint.
08—10
3 capabilities in this set.
Part of 10 available through Neon (Serverless PostgreSQL).
- 08 Capability
List roles
Extract the PostgreSQL user roles operating on a specific branch. Use this to audit permissions and security.
- 09 Capability
Create project
Provision a new, empty Neon Project serverless workspace. Use this to set up a fresh environment for a new application.
- 10 Capability
List branches
View all branches mapped to a specific project. This gives you a clear overview of your experimental environments.
Set up in minutes
One URL. Then ask Neon (Serverless PostgreSQL) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Neon (Serverless PostgreSQL) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Neon (Serverless PostgreSQL), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Neon (Serverless PostgreSQL) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Neon (Serverless PostgreSQL) URL.
- Step 03
Save and start
Save the connection and enable Neon (Serverless PostgreSQL) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"neon-serverless-postgresql": {
"url": "https://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Neon (Serverless PostgreSQL)
Open Agent mode in chat and ask: "Using Neon (Serverless PostgreSQL), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"neon-serverless-postgresql": {
"url": "https://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Neon (Serverless PostgreSQL)
Ask Copilot: "Using Neon (Serverless PostgreSQL), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"neon-serverless-postgresql": {
"url": "https://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Neon (Serverless PostgreSQL)
Open Cascade and ask: "Using Neon (Serverless PostgreSQL), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"neon-serverless-postgresql": {
"url": "https://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Neon (Serverless PostgreSQL)
Ask Cline: "Using Neon (Serverless PostgreSQL), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add neon-serverless-postgresql --transport http "https://edge.vinkius.com/vk_preview_Wyz38ZBi3SeTs6Rve6ru1Zk6eusbP8f3rO1EXQtp/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Neon (Serverless PostgreSQL)
Ask Claude: "Using Neon (Serverless PostgreSQL), show me...". 10 tools are ready
Where the request belongs
Work Neon can move forward.
The backend developer who's tired of manually running CLI commands to spin up test environments or the DBA who needs to audit roles across dozens of projects without clicking through a dashboard.
Backend Developer
Creates isolated testing branches and verifies database schemas through natural conversation without writing manual CLI scripts.
Database Administrator
Audits compute endpoint resource usage and monitors storage caps across multiple projects directly from a single workspace.
Platform Engineer
Manages database roles and automates project provisioning to maintain high-reliability infrastructure standards.
When one Connector is not enough
Carry the request into a workflow.
Combine Neon with the systems that finish the task.
View all recipesBuild Serverless Data Warehouses Using MCP
You scrape data into CSV files that nobody queries , Firecrawl extracts structured web data, Neon stores it in serverless PostgreSQL you can query with SQL, and Sheets visualizes the results
Track Database Performance Issues Using MCP
Query performance profiled, slow queries caught, branch costs tracked, optimization reports generated , DBA-level visibility without a DBA
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNeon
Manage serverless PostgreSQL databases via Neon. provision projects, branches, endpoints and roles from any AI agent.
Nile (PostgreSQL for Multi-Tenant Apps)
Manage tenant-aware databases via Nile. provision B2B tenants, monitor DB metrics, and audit user access.
PlanetScale
Provision, branch, and manage serverless MySQL databases dynamically via AI.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
Xata (Serverless DB)
Manage your serverless databases via Xata. list organizations, manage projects, branches, and execute SQL queries directly from any AI agent.
OceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
Bring your own AI
Change the model, client or framework. Keep Neon connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Neon.
The practical details behind the request, access and result.
Can the Neon MCP help me manage my serverless databases?
Yes, it lets you manage your projects, branches, and roles through a natural chat interface. You can do all the heavy lifting without leaving your AI client.
How does the Neon MCP handle database branching?
It uses zero-copy links to create isolated branches instantly. This means you get a new testing ground with your production schema without the wait time of a full copy.
Can I use the Neon MCP to find connection strings?
Yes, it can list all your compute endpoints so you can get the correct URLs for your application drivers immediately.
Is the Neon MCP good for auditing my database roles?
Yes, it can pull a list of all user identities and roles for your branches, making it much easier to audit your security posture.
Can I provision new projects using the Neon MCP?
Yes, you can tell your agent to initialize new serverless workspaces or wipe out old ones using simple commands.
Does the Neon MCP work with Cursor or Claude?
Yes, it connects to any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
What is Neon's 'Zero-Copy Branching' and how do I use it through the agent?
Zero-copy branching allows you to clone a multi-terabyte database instantly using Copy-on-Write (CoW). Use the create_branch capability by providing a parent branch ID. Your agent will trigger the backend to generate an isolated clone in milliseconds, perfect for running migrations or testing features against production-like data.
Can my agent retrieve the exact connection strings for my compute endpoints?
Yes. Use the list_endpoints capability with your Project ID. Your agent will retrieve the explicit hostnames (e.g., ep-misty-water-123.aws.neon.tech) used to actively ingest real query traffic to your serverless Postgres branches.
How do I check the storage consumption for a specific Neon branch?
The get_branch capability retrieves the deconstructed execution footprint of an individual branch. Your agent will report the storage limits and exact number of bytes consumed uniquely by that branch's data delta since it split from its parent.
One connection away
Give your agent a direct line to Neon.
Connect Neon once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available