Loading languages...
SV

svngoku/mcp-docker-code-interpreter

@svngoku2

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

docker
code-execution
sandbox
mcp-server
python

# mcpServer Config

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

# stdio

python /absolute/path/to/main.py
Transport:
stdio
Sprache:
Python
Erstellt:4/22/2025
Aktualisiert:6/25/2025