mcpbeat Sign in

Postgres AIops MCP Server

local only

Postgres AIops runs on your own machine — the client starts it, so there is no endpoint to ping. 220 installs a week from pypi. Last commit 16 Sep 2026.

Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools.

Installs per day peak 319 · avg 62 · -35% w/w
a month agotoday
220
Installs / week
pypi · postgres-aiops
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Postgres AIops every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add postgres-aiops -- uvx postgres-aiops
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postgres-aiops": {
      "args": [
        "postgres-aiops"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.postgres-aiops]
command = "uvx"
args = ["postgres-aiops"]
.cursor/mcp.json
{
  "mcpServers": {
    "postgres-aiops": {
      "args": [
        "postgres-aiops"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "postgres-aiops": {
      "args": [
        "postgres-aiops"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Postgres AIops

same job, measured the same way
MySQL AIops
by aiops-tools

Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools.

294 installs/wk local only
Mcpg
by devopam

Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.

1 099 installs/wk local only
PostgreSQL MCP Server
by itunified-io

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

23 installs/wk local only
pgmcp
by pascalallen

Read-only Postgres ops/DBA diagnostics: slow queries, EXPLAIN, locks, index and table health.

local only
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Sqlike MCP
by orifisher2

SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server

59 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only

Postgres AIops — questions

Answers built from our own checks of this server.

Why is there no uptime for Postgres AIops?
Postgres AIops runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package postgres-aiops was installed 220 times last week.
How do I connect Postgres AIops?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls postgres-aiops straight from pypi; nothing to host, nothing to sign up for.
How many people use Postgres AIops?
The pypi package postgres-aiops was installed 220 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Postgres AIops open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.