Skip to content
Zed

agentguard47 for Zed

io.github.bmdhodl/agentguard47

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

client:Zed transport:stdio runtime:npm

Install agentguard47 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": {
    "agentguard47": {
      "command": "npx",
      "args": [
        "-y",
        "@agentguard47/mcp-server"
      ],
      "env": {
        "AGENTGUARD_API_KEY": "<AGENTGUARD_API_KEY>",
        "AGENTGUARD_URL": "<AGENTGUARD_URL>"
      }
    }
  }
}

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

agentguard47 in other clients