Productivity|Development|AI / ML|Cloud|UtilitiesPython

sandbox

All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

Free
N/A rating (0 reviews)0 installs4,134 GitHub stars
AIDockerSandbox

This sandbox environment provides a comprehensive platform for developing and testing AI agents. It integrates various tools such as a web browser, terminal, file management, VSCode, Jupyter, and MCP, all within a single Docker container.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.