Skip to content

observability mcp for Zed

io.github.thotischner/observability-mcp

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.

client:Zed transport:stdio runtime:npm

Install observability mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "observability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@thotischner/observability-mcp"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "PROMETHEUS_URL": "<PROMETHEUS_URL>",
        "LOKI_URL": "<LOKI_URL>"
      }
    }
  }
}

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

observability mcp in other clients