code-sandbox-mcp

Automata-Labs-team/code-sandbox-mcp
★ 316 stars Go 💻 Code/Dev Tools Updated 1mo ago
An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code while maintaining security through containerization.
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": {
    "code-sandbox-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Automata-Labs-team/code-sandbox-mcp@latest"
      ]
    }
  }
}