runeward for Grok
io.github.runewardd/runeward
Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.
client:Grok
transport:stdio
runtime:oci
Install runeward in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"runeward": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs