CubeSandbox

GitHub

Instant, Concurrent, Secure & Lightweight Sandbox for AI Agents.

11,016 stars Rust #agents#container#sandbox
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CubeSandbox": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CubeSandbox"
      ]
    }
  }
}