code-sandbox-mcp

code-sandbox-mcp

3.6

If you are the rightful owner of code-sandbox-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A secure sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code while maintaining security through containerization.

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.