ironclaw for Zed
io.github.ironsecco/ironclaw
Sandboxed shell exec for MCP clients: run untrusted agent commands in a gVisor container.
client:Zed
transport:stdio
runtime:oci
Install ironclaw in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ironclaw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ironsecco/ironclaw-mcp:v0.1.530"
],
"env": {
"IRONCLAW_CONTROLPLANE_URL": "<IRONCLAW_CONTROLPLANE_URL>",
"IRONCLAW_API_TOKEN": "<IRONCLAW_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs