neondatabase/mcp-server-neon
π βοΈ β An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres
Ads
Overview
π βοΈ β An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres
Installation
npx neon@latest init
Configuration
{
"mcpServers": {
"Neon": {
"type": "http",
"url": "https://mcp.neon.tech/mcp"
}
}Capabilities
- Create projects and databases
Ask to spin up a new Neon project or Postgres database, then define tables and columns conversationally via `create_project` and `run_sql`.
- Run safe schema migrations
Start a migration with `prepare_database_migration` to test changes on a temporary branch, then apply them with `complete_database_migration`.
- Inspect and tune query performance
Use `list_slow_queries` and `explain_sql_statement` to find bottlenecks, then test optimizations via `prepare_query_tuning`.
- Compare branch schemas
Use `compare_database_schema` to see the diff between a child branch and its parent before merging changes.
- Explore projects and data
Ask for a summary of all projects, branches, and tables using `list_projects`, `describe_branch`, and `get_database_tables`.
Tags
- neon
- postgres
- database
- serverless
- cloud-infrastructure
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant β destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents