LogoSTMCP
Download
code-sandbox-mcp

Code Sandbox MCP 🐳

A secure sandbox environment for executing code within Docker containers, providing AI applications with safe and isolated environments while maintaining security through containerization.

Tools

1. sandbox_initialize

Initialize a new compute environment for code execution by creating a container based on the specified Docker image.

2. copy_project

Copy a directory to the sandboxed filesystem.

3. write_file

Write a file to the sandboxed filesystem.

4. sandbox_exec

Execute commands in the sandboxed environment.

5. copy_file

Copy a single file to the sandboxed filesystem.

6. sandbox_stop

Stop and remove a running container sandbox.

Open Graph image for Code Sandbox MCP 🐳

JSON Config

{
    "mcpServers": {
        "code-sandbox-mcp": {
            "command": "/path/to/code-sandbox-mcp",
            "args": [],
            "env": {}
        }
    }
}

Useful Links

Information