Skip to content
Zed

guardrails for Zed

io.github.expertvagabond/guardrails

AI Agent Guardrails MCP server - security layer

client:Zed transport:stdio runtime:npm

Install guardrails in Zed

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

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

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

guardrails in other clients