Neon Connector for AI agents.
17 live capabilities
Manage serverless PostgreSQL databases and branches through conversation.
Waiting for input…
Why people use Neon
Manage Neon PostgreSQL Infrastructure via Neon
With this Connector, you just tell your agent to create a branch and give it a name. It handles the cloning and then hands you the connection URI immediately. You stay in your IDE, keep your flow state, and get your environment ready in seconds.
What Vinkius changes
You stop clicking through a web console and start managing your database via chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Spin up a sandbox for a new feature
Need a sandbox for a new feature?
- Real-world use case 02
Connect a new microservice
Use create_role to make a dedicated user and get_connection_uri to give the agent the credentials for your new service.
- Real-world use case 03
Scale a reporting capability
Tell your agent to use create_endpoint to provision a read-only host for your analytics dashboard to keep your main database load low.
Complete set · 17capabilities
The complete Neon capability set.
These are the exact actions your AI can choose when you ask it to work with Neon.
01—04
4 capabilities in this set.
Part of 17 available through Neon.
- 01 Capability
List branches
List all branches within a Neon project to see their state and IDs. This is the best way to see your active dev environments.
- 02 Capability
List databases
List all databases inside a specific Neon branch. Use this to see what schemas are currently active.
- 03 Capability
List endpoints
List compute endpoints to check their status and scaling configs. This helps you monitor your database performance.
- 04 Capability
List projects
List all projects in your account to find your project IDs. This is your starting point for all other operations.
05—08
4 capabilities in this set.
Part of 17 available through Neon.
- 05 Capability
Get connection uri
Get a PostgreSQL connection URI for any branch to use in your ORM or psql. This helps you connect your app without manual copying.
- 06 Capability
Create branch
Create a new branch instantly using copy-on-write cloning from a primary or custom branch. This keeps your dev work isolated.
- 07 Capability
Create endpoint
Provision a read-write or read-only compute endpoint for a branch. This is perfect for setting up replicas or dedicated hosts.
- 08 Capability
Create project
Create a new Neon project with a specific region, PG version, and default resources. This builds your entire workspace in one go.
09—11
3 capabilities in this set.
Part of 17 available through Neon.
- 09 Capability
Create role
Create a new database role in a branch and get the auto-generated password. This ensures every user has unique credentials.
- 10 Capability
Delete project
Delete a Neon project and all its associated data. Use this to wipe out old test environments completely.
- 11 Capability
Get branch
Retrieve specific details and metadata for a single Neon branch. This gives your agent the context it needs to help you.
12—14
3 capabilities in this set.
Part of 17 available through Neon.
- 12 Capability
Get project
Fetch the configuration details and metadata for a specific Neon project. Use this to audit your current setup.
- 13 Capability
List roles
List all database roles in a branch to audit access. This ensures you know who has permissions to your data.
- 14 Capability
Set primary branch
Promote a specific branch to be the primary branch of a project. Use this to flip your production source safely.
15—17
3 capabilities in this set.
Part of 17 available through Neon.
- 15 Capability
Create database
Create a new database within a specific Neon branch and assign an owner role. Use this to set up fresh schemas quickly.
- 16 Capability
Delete branch
Delete a Neon branch after promoting another to primary. This helps you clean up old development environments safely.
- 17 Capability
Update project
Update the human-readable name of an existing Neon project. This keeps your project naming organized as you scale.
Set up in minutes
One URL. Then ask Neon to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Neon 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_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Neon for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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 URL.
- Step 03
Save and start
Save the connection and enable Neon in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"neon": {
"url": "https://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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
Open Agent mode in chat and ask: "Using Neon, help me...". 17 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"neon": {
"url": "https://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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
Ask Copilot: "Using Neon, help me...". 17 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"neon": {
"url": "https://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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
Open Cascade and ask: "Using Neon, help me...". 17 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"neon": {
"url": "https://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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
Ask Cline: "Using Neon, help me...". 17 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add neon --transport http "https://edge.vinkius.com/vk_preview_e3C6GSP7rcg3FCPCbSglmhApwE4Mzt5VNYrUY3zB/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
Ask Claude: "Using Neon, show me...". 17 tools are ready
Where the request belongs
Work Neon can move forward.
This is for the developer who's tired of manual infra setup and the DevOps engineer who needs to manage hundreds of branches without the headache.
Full-stack Developer
Spins up dev branches and grabs connection URIs instantly during a feature sprint to avoid context switching.
DevOps Engineer
Audits project configurations and manages compute endpoints for CI/CD pipelines without manual console navigation.
Database Administrator
Creates roles and manages database versions across multiple branches via conversation to maintain security 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 the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNeon (Serverless PostgreSQL)
Manage serverless database infrastructure via Neon. spawn zero-copy branches, audit projects, and monitor compute endpoints.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
PlanetScale
Provision, branch, and manage serverless MySQL databases dynamically via AI.
Xata (Serverless DB)
Manage your serverless databases via Xata. list organizations, manage projects, branches, and execute SQL queries directly from any AI agent.
Supabase
Manage Supabase projects, databases and secrets via API. create projects, configure Postgres, manage branches and secrets 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.
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 create multiple databases at once?
Yes, you can ask your agent to create multiple databases within a specific branch using the project's infrastructure capabilities.
How do I use the Neon MCP to manage database roles?
You can simply ask your agent to create a new role with a specific name. It will generate a secure password and provide it to you immediately.
Can I use the Neon MCP to change my project region?
You can't move an existing project region, but you can use the Connector to create a brand new project in any region you need.
Does the Neon MCP support read-only replicas?
Yes, you can use it to provision specific read-only compute endpoints for your branches to handle read-heavy workloads.
Can I delete a branch using the Neon MCP?
Yes, you can delete branches through conversation. Just make sure you've promoted a different branch to primary first.
How does the Neon MCP handle connection strings?
It fetches ready-to-use psql connection URIs for your branches, so you don't have to hunt for them in the dashboard.
How do I create a Neon API Key?
Log in to the Neon Console, go to Account Settings > API Keys (or Organization Settings > API Keys), click Create New, choose the scope (Personal, Organization or Project-scoped), and copy the token immediately. it is shown only once.
What is a Neon branch and how does branching work?
A Neon branch is an isolated PostgreSQL environment with its own compute, databases and roles. Branches are created instantly using copy-on-write cloning from a parent branch (default: primary). This means zero data copy and instant provisioning. Each branch gets its own compute endpoints and can have different PostgreSQL schemas and data.
Can I get a ready-to-use connection URI?
Yes! Use the get_connection_uri capability with your project_id and optionally a branch_id. It returns a complete PostgreSQL connection string (postgres://user:password@host/dbname) ready to use with psql, ORMs or application clients.
Can the agent delete projects and branches?
Yes, the agent has capabilities to delete both projects and branches. Deleting a project marks it for recovery (7-day grace period) but destroys all associated data. Deleting a branch is irreversible and removes all its databases, roles and endpoints. Use caution when executing these actions.
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