Skip to content

Agent Observability for Zed

io.github.blueskylineassets/agent-observability

Agent observability: structured logging, cost tracking, and compliance audit trails

client:Zed transport:stdio runtime:npm

Install Agent Observability 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": {
    "agent-observability": {
      "command": "npx",
      "args": [
        "-y",
        "agent-observability-mcp"
      ],
      "env": {
        "AGENT_OBS_API_KEY": "<AGENT_OBS_API_KEY>",
        "AGENT_OBS_API_URL": "<AGENT_OBS_API_URL>"
      }
    }
  }
}

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

Agent Observability in other clients