Code Sandbox MCP π³
@insecurepla
About Code Sandbox MCP π³
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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Code Sandbox MCP?
Code Sandbox MCP is a secure sandbox server that executes code in isolated Docker containers. It provides AI applications with a safe environment for running Python, Go, Node.js, and TypeScript code while maintaining security through containerization.
How to use Code Sandbox MCP?
Install via the provided curl (Linux/Mac) or PowerShell (Windows) script, which checks for Docker, downloads the binary, and configures Claude Desktop automatically. Alternatively, manually download the binary from the releases page and add it to your PATH. Then use the run_code tool for snippets or run_project for full directory execution.
Key features of Code Sandbox MCP
- Multi-language support: Python, Go, Node.js, TypeScript.
- Automatic dependency detection and installation (pip, npm, go get).
- Real-time output and log streaming from containers.
- Background mode for long-running services.
- Volume mounting for project execution.
- Resource-limited, clean container cleanup after execution.
Use cases of Code Sandbox MCP
- Run untrusted code snippets safely without host system exposure.
- Execute full project directories with dependency management.
- Provide a secure code execution backend for AI assistants.
- Automatically test or debug code across multiple languages.
FAQ from Code Sandbox MCP
What languages are supported?
Python, Go, Node.js (including TypeScript/JSX via built-in Node.js support) are supported.
How does dependency management work?
Dependencies are automatically detected from import/require statements and installed via pip, npm, or go get. For projects, files like requirements.txt, go.mod, or package.json are used.
What are the prerequisites for using Code Sandbox MCP?
Docker must be installed and running on the host system. The installer verifies Docker availability.
How do I configure Code Sandbox MCP for Claude Desktop?
The automated installer adds the configuration to Claudeβs config file. Manual configuration paths are provided for Linux (/.config/Claude/), macOS (/Library/Application Support/Claude/), and Windows (%APPDATA%\Claude\claude_desktop_config.json).
What security measures are in place?
Code runs in isolated Docker containers with resource limits, separate stdout/stderr streams, read-only project file mounts, and automatic container cleanup after execution.
More Developer Tools MCP servers
DevDocs by CyberAGI π
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Comments