Odel
ironclaw

ironclaw

Local
@ironsecco19GoAGPL-3.0Updated 4 days ago

Sandboxed shell exec for MCP clients: run untrusted agent commands in a gVisor container.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/ironsecco/ironclaw-mcp:v0.1.521

Run

docker run -i --rm ghcr.io/ironsecco/ironclaw-mcp:v0.1.521

MCP client config

{
  "mcpServers": {
    "ironclaw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ironsecco/ironclaw-mcp:v0.1.521"
      ]
    }
  }
}