A secure sandbox environment for executing code within Docker containers, providing AI applications with safe and isolated environments while maintaining security through containerization.
Initialize a new compute environment for code execution by creating a container based on the specified Docker image.
Copy a directory to the sandboxed filesystem.
Write a file to the sandboxed filesystem.
Execute commands in the sandboxed environment.
Copy a single file to the sandboxed filesystem.
Stop and remove a running container sandbox.
{
"mcpServers": {
"code-sandbox-mcp": {
"command": "/path/to/code-sandbox-mcp",
"args": [],
"env": {}
}
}
}