sandbox-mcp and node-code-sandbox-mcp
These are complements: pottekkat/sandbox-mcp provides language-agnostic code execution in Docker containers, while mozicim/node-code-sandbox-mcp specializes in JavaScript/Node.js execution, allowing them to be used together for polyglot sandboxing scenarios or as alternatives optimized for different runtime requirements.
About sandbox-mcp
pottekkat/sandbox-mcp
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
Sandbox MCP helps developers, educators, and anyone working with AI language models run the code those models generate safely. It takes code snippets from an LLM and executes them in isolated, secure Docker containers, protecting your system. The output is a verified, accurate result from the code without security risks.
About node-code-sandbox-mcp
mozicim/node-code-sandbox-mcp
# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficiently.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work