Skip to content
Cursor

runeward for Cursor

io.github.runewardd/runeward

Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.

client:Cursor transport:stdio runtime:oci

Install runeward in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

runeward in other clients