Catalog
Runeward
Officialby Runewardd · Go
Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.
Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.
README not available yet.
Install
Configuration
Environment variables
RUNEWARD_CONFIG_DIRDirectory to resolve profile TOML files from (optional; defaults to the standard search path).
RUNEWARD_STATE_DIRDirectory where the tamper-evident audit ledger is written (optional).
claude_desktop_config.json
{
"mcpServers": {
"runeward": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/runewardd/runeward:v0.1.4"
],
"env": {
"RUNEWARD_CONFIG_DIR": "<YOUR_RUNEWARD_CONFIG_DIR>",
"RUNEWARD_STATE_DIR": "<YOUR_RUNEWARD_STATE_DIR>"
}
}
}
}