Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Postgres MCP Pro logo
MCP server

Postgres MCP Pro

Postgres access for agents, with index tuning and health checks alongside plain SQL.

0
SaveVisit website ↗

Add it to your client

Community
Install
uvx postgres-mcp --access-mode=restricted
mcpServers
{
  "mcpServers": {
    "postgres-mcp": {
      "command": "uvx",
      "args": [
        "postgres-mcp",
        "--access-mode=restricted"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Required
Tools
9
License
MIT
Tools
list_schemaslist_objectsget_object_detailsexecute_sqlexplain_queryget_top_queriesanalyze_workload_indexesanalyze_query_indexesanalyze_db_health

Connects to a PostgreSQL instance through a connection string and exposes schema listing, SQL execution and EXPLAIN plans as tools. Beyond running queries it scans the workload to propose index candidates and reports health signals such as cache hit rates, vacuum status and connection utilisation. The access mode is configurable, so a restricted setup keeps the model read-only.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?