What it does
Neon's official MCP server lets an agent provision and operate Neon serverless Postgres: create projects and branches, run SQL, inspect schemas, perform safe branch-based migrations, and tune queries. Deterministic Neon API/SQL calls; Neon recommends authorizing each action and using it for dev/test.
Example prompts
- Create a dev branch of my database and run a migration to add a column.
- List my Neon projects and the connection string for the main branch.
Tools provided
- list_projects — List Neon projects.
- create_branch — Create a database branch.
- run_sql — Run SQL against a branch.
- prepare_database_migration — Stage a safe branch-based migration.
- get_connection_string — Get a connection string.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Neon API key · optionalFor local stdio use.Get this from mcp.neon.tech's account or API settings.Paste the value as a single line.Only sent to: mcp.neon.tech, console.neon.tech
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
