agentguard for Zed
io.github.mukundakatta/agentguard
Network-egress firewall for agent tools: check URLs against a declarative policy.
client:Zed
transport:stdio
runtime:npm
Install agentguard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs