MCP server for interacting with Neon Management API and databases
Description:
A server implementation for interacting with Neon Management API and databases
Category: Database Management
Overview:
This server enables natural language interactions with Neon PostgreSQL databases through Claude Desktop. It provides comprehensive database management capabilities including project creation, branch management, SQL operations, and schema migrations.
Key Features:
Requirements:
Quick Start:
npx @neondatabase/mcp-server-neon init $NEON_API_KEY
Configuration:
{
"mcp-server-neon": {
"command": "path-to/bin/node",
"args": ["path-to/mcp-serve/"],
"env": {
"NEON_API_KEY": "your_api_key_here"
}
}
}
Development Setup:
npm install
npm run watch
node dist/index.js init $NEON_API_KEY
Migration Workflow: The server implements a two-step migration process:
Note: Restart Claude Desktop after installation or configuration changes.