agent guard for Zed
io.github.mdfifty50-boop/agent-guard
Constitutional guardrails and loop detection for AI agents
client:Zed
transport:stdio
runtime:npm
Install agent guard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-guard": {
"command": "npx",
"args": [
"-y",
"agent-guard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs