Skip to content
Zed

agent guardrail for Zed

io.github.rudimentall1/agent-guardrail

Deterministic policy firewall for AI agent tool calls - YAML rules, not a fuzzy risk score.

client:Zed transport:stdio runtime:pypi

Install agent guardrail in Zed

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

{
  "context_servers": {
    "agent-guardrail": {
      "command": "uvx",
      "args": [
        "guardrail-mcp"
      ]
    }
  }
}

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

agent guardrail in other clients