sandbox-mcp

pottekkat/sandbox-mcp
★ 103 stars Go 💻 Code/Dev Tools Updated 1mo ago
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sandbox-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/pottekkat/sandbox-mcp@latest"
      ]
    }
  }
}

Topics

dockergogolangmcpmcp-servermodel-context-protocolmodel-context-protocol-serverssandbox