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
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
test
prysmaticlabsGo implementation of Ethereum proof of stake
Comments