Skip to content

Prometheus MCP Server for Zed

io.github.tjhop/prometheus-mcp-server

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

client:Zed transport:stdio runtime:oci

Install Prometheus MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Prometheus MCP Server in other clients