Skip to content
Grok

postgres scout mcp for Grok

io.github.bluwork/postgres-scout-mcp

Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality

client:Grok transport:stdio runtime:npm

Install postgres scout mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "postgres-scout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postgres-scout-mcp"
      ]
    }
  }
}

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

postgres scout mcp in other clients