★ 3,023 stars
Python
💻 Code/Dev Tools
Updated 1mo ago
All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sandbox": {
"command": "uvx",
"args": [
"sandbox"
]
}
}
}
Run in terminal:
claude mcp add sandbox uvx sandbox
Add to .cursor/mcp.json:
{
"mcpServers": {
"sandbox": {
"command": "uvx",
"args": [
"sandbox"
]
}
}
}
Or install with pip: pip install sandbox
Topics
agentall-in-onebrowserfilesystemmcpsandboxshell