runeward for Zed
io.github.runewardd/runeward
Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.
client:Zed
transport:stdio
runtime:oci
Install runeward in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"runeward": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/runewardd/runeward:v0.1.4"
],
"env": {
"RUNEWARD_CONFIG_DIR": "<RUNEWARD_CONFIG_DIR>",
"RUNEWARD_STATE_DIR": "<RUNEWARD_STATE_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs