How to Use the Neon MCP in Cursor
Let your Cursor agent build code with live data from your Neon database branches.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Neon MCP to Cursor
Create your Vinkius account to connect Neon to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code Against Real Database Schemas
Stop writing code against mock data. Tell your Cursor agent to `create_branch` in Neon to get a fresh, isolated copy of your production database. It's a perfect mirror for development, available in seconds. Then, ask the agent to scaffold a new API endpoint. It can use `get_connection_uri` to fetch the real connection string and inject it directly into your configuration files. The code it generates will actually connect and run.
Automate Database Admin in Your Editor
You're in the middle of coding and realize you need a new role for a microservice. Don't switch contexts. Just tell the agent to `create_role` in the right branch. It's done. Need to check your current setup? The agent can run `list_projects`, `list_branches`, and `list_databases` and present the output right in the chat panel. This MCP Server puts your database controls next to your editor.
Manage Branch Lifecycles with AI
When a feature is ready for staging, you can instruct the agent to prepare the environment. It can `create_branch` for staging, and you can even have it `set_primary_branch` if that's part of your workflow. Once a pull request is merged, tell the agent, "The feature is merged, delete the 'feature-x' branch." It will execute `delete_branch`, keeping your Neon project clean and avoiding clutter from old dev environments.
Set up Neon MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Neon MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Neon transactions." If the MCP tools are loaded correctly, Cursor will call the Neon tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"neon-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Neon. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Neon MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Neon MCP today
We host it, we monitor it, we maintain it. You just paste one token.