Manage Neon serverless Postgres databases with natural language
The Neon Postgres MCP Server lets your AI assistant manage Neon's serverless Postgres databases with natural language. Create and manage branches, run SQL queries, handle migrations, and monitor database performance.
Built by Neon, this server leverages Neon's unique branching capability that lets you create instant database copies for testing and development. It supports full database management including creating projects, branches, and running queries.
Ideal for developers using Neon's serverless Postgres platform who want AI-assisted database management, schema design, and data exploration with the added power of instant branching.
Official server from Neon. Uses API keys for platform management. Database branching provides safe experimentation.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"neon-postgres": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": "<your-api-key>"
}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.