Serverless Postgres database platform
Neon provides serverless Postgres with instant provisioning, autoscaling, and branching. Perfect for modern applications.
{
"mcpServers": {
"neon": {
"env": {
"DATABASE_URL": "postgresql://...",
"NEON_API_KEY": "your_neon_api_key"
},
"args": [
"-y",
"@neondatabase/mcp-server"
],
"command": "npx"
}
}
}DATABASE_URLpostgresql://...NEON_API_KEYyour_neon_api_key