MCP-PostgreSQL-Ops
DatabaseProfessional MCP server for PostgreSQL operations and monitoring with 30+ tools for performance analysis, bloat detection, and schema introspection.
Quick Install
uvx mcp-postgresql-ops Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mcp-postgresql-ops": {
"command": "uvx",
"args": [
"mcp-postgresql-ops"
]
}
}
}