Discover and explore top open-source AI tools and projects—updated daily.
Secure code execution for AI applications
Top 98.0% on SourcePulse
This project provides a secure, containerized environment for executing arbitrary code, primarily targeting AI applications that require isolated compute. It simplifies the process of setting up and managing Docker containers for code execution, offering features like file transfer, command execution, and real-time logging.
How It Works
The system leverages Docker to create isolated execution environments. Users can initialize a sandbox with a specified Docker image (defaulting to python:3.12-slim-bookworm
), transfer files into and out of the container, execute shell commands, and stream logs. This approach ensures that code runs in a predictable and secure manner, isolated from the host system and other processes.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/Automata-Labs-team/code-sandbox-mcp/main/install.sh | bash
irm https://raw.githubusercontent.com/Automata-Labs-team/code-sandbox-mcp/main/install.ps1 | iex
Highlighted Details
Maintenance & Community
No specific community channels (Discord/Slack) or notable contributors are mentioned in the README. Development details are referenced in a DEVELOPMENT.md
file.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source applications.
Limitations & Caveats
The README does not detail specific resource limitations that can be imposed on containers, nor does it mention any known bugs or unsupported features. The project appears to be focused on providing the core functionality for code sandboxing.
5 months ago
Inactive