Odel
LLM Sandbox

LLM Sandbox

Local
@vndee1.1kPythonMITUpdated 2w ago

Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.

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

PyPIllm-sandboxv0.3.43

Run

uvx llm-sandbox

MCP client config

{
  "mcpServers": {
    "llm-sandbox": {
      "command": "uvx",
      "args": [
        "llm-sandbox"
      ]
    }
  }
}