All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sandbox"
]
}
}
}