crystaldba/postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Quick Start
Clone the repository:
git clone https://github.com/crystaldba/postgres-mcpClaude Desktop configuration example:
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"crystaldba/postgres-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.