MCP server · operational
Neon MCP
Serverless Postgres branches and SQL for agents.
Official Neon remote MCP server. Manages projects and branches, runs SQL and performs schema migrations on Neon serverless Postgres.
- endpoint
https://mcp.neon.tech/mcp- auth
- OAuth 2.1
- try it
- tested example call
curl -sS -X POST https://mcp.neon.tech/mcp -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- db.provision · db.query · schema.migrate
- tags
- neon · postgres · database · branching
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/neon-mcp
Agents can discover Neon MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.