MCP Directory
Back

sandbox

by agent-infra · Python · ★ 5,271

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

#agent#all-in-one#browser#filesystem#mcp#sandbox#shell

Install

pip install git+https://github.com/agent-infra/sandbox.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sandbox": {
      "command": "uvx",
      "args": [
        "git+https://github.com/agent-infra/sandbox.git"
      ]
    }
  }
}

From the README

🌐 Browser | 💻 Terminal | 📁 File | 🔧 VSCode | 📊 Jupyter | 🤖 MCP 🌐 Website&nbsp&nbsp | &nbsp&nbsp🔌 API&nbsp&nbsp | &nbsp&nbsp📑 Paper&nbsp&nbsp | &nbsp&nbsp🌟 Examples&nbsp&nbsp | &nbsp&nbsp📊 Evaluation &nbsp&nbsp Get up and running in 30 seconds: For users in mainland China: Use a specific version in the format , for example, to use version 1.11.0: These examples intentionally bind the host side to because the sandbox listens on inside the container. For cloud deployment, keep port private and publish it through a reverse pro…
Read full README on GitHub →

Related filesystem servers