#314 · Primary category: AI Agents & Automation

sandbox

agent all-in-one browser filesystem mcp sandbox shell

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

Project last updated:08/25/26

GitHub Stars

5.8K

Forks

517

Contributors

17

License

Apache-2.0

Why we included this project

Most agent tools make you stand up one sandbox per job, but this project runs a real browser, shell, filesystem, VSCode server, Jupyter, and MCP support inside a single Docker image. The shared filesystem is what saves the most setup time: a file the browser downloads is immediately visible to shell and file operations, so an agent can chain steps without shuttling data between separate environments. It exposes one HTTP API with official Python, TypeScript, and Go SDKs, and the MCP-compatible endpoints connect to existing orchestration setups without much glue. The README also documents the seccomp flag and API key authentication, which helps when you want a self-hosted sandbox that is reproducible and locked down for real agent workloads.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category