Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

AIO Sandbox — Secure Agent Runtime in Docker

AIO Sandbox ships a browser/shell/files/MCP runtime in one container; verified 4,666★ and offers a 30-second Docker quick start on port 8080.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 4c7e217d-bc3a-5018-823c-3aef3386f9cb --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

AIO Sandbox ships a browser/shell/files/MCP runtime in one container; verified 4,666★ and offers a 30-second Docker quick start on port 8080.

Best for: Running tools that need isolation: browser automation, code execution, and MCP services in one place

Works with: Docker + MCP clients (connect to the built-in MCP endpoint)

Setup time: 2-8 minutes

Key facts (verified)

  • GitHub: 4668 stars · 400 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: docker run -p 8080:8080 ghcr.io/agent-infra/sandbox:latest.

Main

  • Use it when you need a reproducible agent workstation: VNC browser + shell + filesystem in one sandbox container.
  • Prefer explicit URLs from README: docs /v1/docs, VNC /vnc/..., code-server /code-server/, MCP /mcp.
  • Treat seccomp=unconfined as a deliberate security tradeoff; use it only on trusted hosts and isolate network/FS too.

Source-backed notes

  • README Quick Start shows a single Docker command exposing port 8080 and calls it “Get up and running in 30 seconds”.
  • README lists endpoints: docs (/v1/docs), VNC browser, VSCode server, and MCP services (/mcp).
  • README also lists SDK installs for Python (pip install agent-sandbox) and Node (npm install @agent-infra/sandbox).

FAQ

  • Is it only a library?: No—README centers on the Docker all-in-one runtime, plus optional SDKs.
  • Where is the MCP endpoint?: README points to http://localhost:8080/mcp once the container is running.
  • Is seccomp=unconfined safe?: It increases capabilities; use it intentionally and isolate the host/network accordingly.
🙏

Fuente y agradecimientos

Source: https://github.com/agent-infra/sandbox > License: Apache-2.0 > GitHub: ⭐ 4668 · forks 400

Thanks to the upstream maintainers for shipping the original project.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados