Skip to content
Grok

PGAuditor for Grok

com.mcpgatepro/pgauditor

Hosted MCP server for PostgreSQL diagnostics: slow queries, missing indexes, connection pressure.

client:Grok transport:streamable-http

Install PGAuditor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pgauditor": {
      "type": "http",
      "url": "https://api.mcpgatepro.com/mcp/pgauditor"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PGAuditor in other clients