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

svngoku/mcp-docker-code-interpreter

@svngoku

A secure Docker-based code execution environment for the Model Context Protocol (MCP).

mcpdockersandboxcode-interpreteraisecuritypythontool

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
2026/6/13
Updated
2026/6/13