Code Sandbox MCP
UnclaimedAn MCP server to create secure code 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.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
commands
(array, required): List of command(s) to run in the sandboxed environment
container_id
that can be used with other tools to interact with this environment
copy_file
Copy a single file to the sandboxed filesystem.
copy_project
Copy a directory to the sandboxed filesystem.
dest_dir
(string, optional): Path to save the src directory in the sandbox environment
dest_path
(string, optional): Path to save the file in the sandbox environment
file_contents
(string, required): Contents to write to the file
file_name
(string, required): Name of the file to create
image
(string, optional): Docker image to use as the base environment
local_src_dir
(string, required): Path to a directory in the local file system
local_src_file
(string, required): Path to a file in the local file system
sandbox_exec
Execute commands in the sandboxed environment.
sandbox_initialize
Initialize a new compute environment for code execution.
sandbox_stop
Stop and remove a running container sandbox.
write_file
Write a file to the sandboxed filesystem.