Postgres MCP Pro
DatabaseConfigurable read/write access and performance analysis for PostgreSQL with index tuning and query plan optimization.
Quick Install
uvx postgres-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"postgres-mcp-pro": {
"command": "uvx",
"args": [
"postgres-mcp"
]
}
}
}