Back to directory
svngoku/mcp-docker-code-interpreter

svngoku/mcp-docker-code-interpreter

@svngoku4

A secure Docker-based code execution sandbox MCP server.

dockercode-executionsandboxmcp-serverpythontool

Installation & Configuration

{
  "mcpServers": {
    "docker-sandbox": {
      "command": "python",
      "args": [
        "/absolute/path/to/your/main.py"
      ],
      "env": {
        "DOCKER_HOST": "unix:///path/to/your/docker.sock"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/22
Updated
2026/6/7