Odel
Exec Sandbox

Exec Sandbox

Local
@inhuman1GoMITUpdated 1mo ago

Single exec tool running caller Python in a network-isolated locked-down sandbox.

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).

Dockerdocker.io/idconstruct/mcp-exec:v0.5.4

Run

docker run -i --rm docker.io/idconstruct/mcp-exec:v0.5.4

MCP client config

{
  "mcpServers": {
    "exec-sandbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/idconstruct/mcp-exec:v0.5.4"
      ]
    }
  }
}