Home › Other › Prometheus MCP Server

Prometheus MCP Server

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

Go
★ 109 stars Last pushed 2026-09-16 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/tjhop/prometheus-mcp-server:0.18.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry