MCP Neon Server
vhosted remote (mcp.neon.tech); npm 0.6.5 deprecatedNeon (Databricks)
Official Neon MCP server for managing serverless Postgres via natural language: projects, branches, SQL execution, and branch-based safe migrations (20+ tools). Remote-only since Feb 2026 at https://mcp.neon.tech/mcp with OAuth (or API-key header); the local stdio CLI was removed and npm @neondatabase/mcp-server-neon (0.6.5) is deprecated. Full DDL/DML capability means Neon (Databricks-owned since May 2025) recommends development/testing use, not production databases.
Trust Vector Analysis
Dimension Breakdown
๐Performance & Reliability+
API stability review of the hosted endpoint and underlying Neon platform
SQL execution capability review
Branch tool review against Neon's instant-branching architecture
Review of the prepare/complete migration workflow design
๐ก๏ธSecurity+
Authentication mechanism review of the OAuth flow and API-key fallback
Prompt-injection and SQL execution risk assessment relative to database MCP attack research
Capability analysis of destructive tools and available guardrails
Key management review of OAuth-first credential model
๐Privacy & Compliance+
Data flow analysis of query and schema tool outputs
Data residency review of the remote-only architecture
Platform compliance documentation review
Self-hosting options review after the remote-only transition
๐๏ธTrust & Transparency+
Documentation completeness review
Source code and license review
Change management and deprecation communication assessment
Maintainer reputation and corporate backing analysis
โ๏ธOperational Excellence+
Setup complexity assessment
Feature coverage assessment against database management workflows
Reliability analysis of the hosted deployment model
Non-interactive deployment compatibility assessment
Repository activity and release model review
- +OAuth-based remote server: no API keys in config files, revocable grants, automatic updates
- +Branch-based safe migration workflow tests schema changes on throwaway branches first
- +Sub-second copy-on-write branching makes disposable AI sandboxes practical
- +20+ tools covering projects, branches, SQL, migrations, query optimization, and Neon Auth
- +Backed by Databricks (acquired ~$1B, May 2025) with an AI-agent-first roadmap
- +MIT-licensed source remains public and inspectable
- !Remote-only since Feb 2026: stdio removed, npm package deprecated, no self-hosted option
- !Forced local-to-remote migration broke headless/gateway/CI-CD deployments (issue #214)
- !Full DDL/DML on any connected database โ destructive actions gated mainly by client approval
- !No documented prompt-injection mitigations (e.g., result wrapping or read-only mode) unlike some database MCP peers
- !Query results and schemas exposed to the LLM provider
- !Neon explicitly recommends development/testing use only, not production
- !All MCP traffic transits Neon's hosted endpoint โ a shared availability and trust dependency
Use Case Ratings
code generation
Excellent for scaffolding schemas, migrations, and app databases during development
customer support
Can inspect data for support workflows, but production access is discouraged
content creation
Useful for spinning up content backends and prototypes quickly
data analysis
Full SQL over Postgres branches; branch snapshots enable safe analysis copies
research assistant
Good for building research datasets on disposable branches
legal compliance
Remote-only MCP path and LLM data exposure complicate strict compliance regimes
healthcare
Not recommended: PHI would transit Neon's MCP endpoint and the LLM provider
financial analysis
Usable on non-production branches; avoid live financial data
education
Great for learning Postgres โ instant free branches make experimentation safe
creative writing
Limited relevance beyond storing creative project data