Skip to content
Zed

agent guards for Zed

io.github.mlawsonking/agent-guards

All six agent guard suites in one local MCP server, with optional cloud intelligence.

client:Zed transport:stdio runtime:npm

Install agent guards in Zed

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

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

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

agent guards in other clients