Skip to main content
Manage serverless Postgres databases and branches. The Neon connector gives agents full access to your Neon Postgres infrastructure — running SQL, managing branches, performing migrations, and optimizing query performance.

Setup

  1. Go to Integrations and find Neon
  2. Click Connect
  3. Enter your Neon API key (get one here)
  4. Click Save — Proliferate will test the connection automatically

Available tools

ToolDescription
list_projectsList all Neon projects
describe_projectGet project details
create_projectCreate a new project
delete_projectDelete a project
create_branchCreate a database branch (for dev, test, or migrations)
delete_branchDelete a branch
describe_branchGet branch details
compare_database_schemaDiff schema between branches
run_sqlExecute a SQL query
run_sql_transactionExecute SQL in a transaction
get_connection_stringGet a connection string for a branch
get_database_tablesList tables in a database
describe_table_schemaGet a table’s schema
prepare_database_migrationCreate a migration on a temporary branch for safe testing
complete_database_migrationApply a tested migration to the target branch
list_slow_queriesIdentify slow queries
explain_sql_statementGet an execution plan for a query
prepare_query_tuningTest index optimizations on a branch
complete_query_tuningApply tuning changes
provision_neon_authSet up authentication infrastructure

Use cases

  • Spin up isolated Neon branches for testing database migrations before applying to production
  • Query production data (read-only) to gather context for debugging automations triggered by error alerts
  • Automated schema inspection and drift detection as part of code review workflows
The tools listed above may not be exhaustive and can change as Neon updates their MCP server. See Neon MCP documentation for the latest.