PostgreSQL MCP
Install
npx @neon/mcp-postgres
About
Connect AI agents to PostgreSQL databases. Run queries, inspect schemas, manage migrations, and analyze data. Supports connection pooling and read-only modes for safe production access.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"postgres-mcp": {
"command": "npx @neon/mcp-postgres"
}
}
}