sandbox (MCP Server)

GitHub

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

Claude Desktop Configuration

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

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