Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Docker
Confiance
Confiance : Established
Point d'entrée
docker run -p 8080:8080 ghcr.io/agent-infra/sandbox:latest
Commande CLI universelle
npx tokrepo install 4c7e217d-bc3a-5018-823c-3aef3386f9cb
Introduction

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.
🙏

Source et remerciements

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.

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires