Serverless Postgres database
Connect to Neon serverless Postgres for database operations with branching support.
{
"mcpServers": {
"neon": {
"mcpServers": {
"neon": {
"env": {
"NEON_API_KEY": "your-neon-api-key"
},
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"command": "npx"
}
}
}
}
}