πŸ”§

MCP-PostgreSQL-Ops

πŸ”§MCP Server

call518/mcp-postgresql-ops

VibeIndex|
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.git
pip installInstall Python package
pip install mcp-postgresql-ops
uvxRun 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