Neon MCP Server
Hosted MCP endpoint for Neon Postgres projects, branches and migrations.
Add it to your client
Officialnpx add-mcp https://mcp.neon.tech/mcp
{
"mcpServers": {
"neon-mcp": {
"command": "npx",
"args": [
"add-mcp",
"https://mcp.neon.tech/mcp"
]
}
}
}- Transport
- http
- Runtime
- Node
- Auth
- Required
- License
- MIT
Neon hosts the server at mcp.neon.tech/mcp; a client connects over HTTP and authorises either through a browser OAuth flow or by sending a Neon API key as a bearer token. Tools cover creating projects and branches, running SQL and applying schema migrations on a branch first, so a change can be tried before it lands on the main database. Query parameters narrow the surface: readonly=true blocks writes, projectId pins a single project, and category loads only selected tool groups. Neon documents it for local development and IDE use rather than production access.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Supabase MCP Server
MCP serverHosted endpoint connecting agents to Supabase projects and their Postgres.
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Comments(0)
Sign in to comment