Skip to content
Zed

Infraveil Agent Guard for Zed

io.github.infraveilhq/agent-guard

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

client:Zed transport:stdio runtime:pypi

Install Infraveil Agent Guard 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-guard": {
      "command": "uvx",
      "args": [
        "infraveil-guard"
      ],
      "env": {
        "INFRAVEIL_GUARD_THRESHOLD": "<INFRAVEIL_GUARD_THRESHOLD>",
        "INFRAVEIL_GUARD_MODE": "<INFRAVEIL_GUARD_MODE>",
        "INFRAVEIL_GUARD_HOME": "<INFRAVEIL_GUARD_HOME>"
      }
    }
  }
}

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

Infraveil Agent Guard in other clients