agent output guard for Zed
io.github.agenson-horrowitz/agent-output-guard
Validate and verify data from other agents before acting on it. Zero LLM costs.
client:Zed
transport:stdio
runtime:npm
Install agent output guard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-output-guard": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/agent-output-guard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs