Skip to content

Prometheus MCP Server for Grok

io.github.tjhop/prometheus-mcp-server

An API-complete MCP server to manage Prometheus-compatible backends.

client:Grok transport:stdio runtime:oci

Install Prometheus MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "prometheus-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tjhop/prometheus-mcp-server:0.18.0"
      ]
    }
  }
}

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

Prometheus MCP Server in other clients