runeward for Windsurf
io.github.runewardd/runeward
Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.
client:Windsurf
transport:stdio
runtime:oci
Install runeward in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs