Skip to content
Zed

Agent Guardrails for Zed

io.github.logi-cmd/agent-guardrails

Merge gates and safety checks for AI coding agents via MCP.

client:Zed transport:stdio runtime:npm

Install Agent Guardrails in Zed

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

{
  "context_servers": {
    "agent-guardrails": {
      "command": "npx",
      "args": [
        "-y",
        "agent-guardrails"
      ]
    }
  }
}

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

Agent Guardrails in other clients