Agent Toolbox for Zed
io.github.solhammer/agent-toolbox
26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.
client:Zed
transport:stdio
runtime:npm
Install Agent Toolbox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-toolbox": {
"command": "npx",
"args": [
"-y",
"agentoolbox-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs