π§
MCP-PostgreSQL-Ops
π§MCP Servercall518/mcp-postgresql-ops
What it does
Provides intelligent, natural language-powered PostgreSQL database monitoring, performance analysis, and maintenance recommendations across PostgreSQL versions 12-17.
remotehosted
Installation
git cloneClone repository
git clone https://github.com/call518/MCP-PostgreSQL-Ops.gitpip installInstall Python package
pip install mcp-postgresql-opsuvxRun with uvx (Python)
uvx --python 3.12 mcp-postgresql-ops \PythonRun Python server
python -m mcp_postgresql_ops \DockerRun with Docker
docker run -d \+ 1 more commands in README
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"mcp-postgresql-ops": {
"command": "uvx",
"a...π Extracted from call518/mcp-postgresql-ops README
520
AddedJan 26, 2026