Code Sandbox MCP
JSON →A secure sandbox for executing code in Docker containers, providing a safe environment for AI applications.
Install
pip install numpy", Tools · 6
- sandbox_initialize Initialize a new compute environment for code execution. Creates a container based on the specified Docker image.
- copy_project Copy a directory to the sandboxed filesystem.
- write_file Write a file to the sandboxed filesystem.
- sandbox_exec Execute commands in the sandboxed environment.
- copy_file Copy a single file to the sandboxed filesystem.
- sandbox_stop Stop and remove a running container sandbox.
Links
★ 322 GitHub stars