Sandbox Mcp
@pottekkat
Sandbox Mcp について
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sandbox-mcp": {
"command": "path/to/sandbox-mcp",
"args": [
"--stdio"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sandbox Mcp?
Sandbox Mcp is a Model Context Protocol (MCP) server that enables LLMs to run code in secure, isolated Docker containers. It gives LLMs an easy-to-use execution environment that anyone can create and configure through a simple, AI-native MCP server running locally.
How to use Sandbox Mcp?
Download the appropriate binary for your OS from the Releases page, or install via Go (go install github.com/pottekkat/sandbox-mcp/cmd/sandbox-mcp@latest). Initialize with sandbox-mcp --pull and sandbox-mcp --build (Docker must be installed and running). Then configure your MCP host (e.g., Claude Desktop or Cursor IDE) to use the binary with the --stdio argument.
Key features of Sandbox Mcp
- Runs code in secure, isolated Docker containers
- Supports multiple languages: Python, Rust, Go, JavaScript, Java, and more
- Includes a shell sandbox for Linux commands
- Provides a network-tools sandbox for diagnostics
- Allows creation of custom sandboxes (Dockerfile + JSON config)
- Pulls and builds default sandboxes automatically
Use cases of Sandbox Mcp
- Secure code execution without exposing your system
- Automatic code testing and validation in various environments
- Safely execute and check user-submitted code
- Diagnose connectivity issues with isolated network tools
- Run educational or interview coding snippets safely
FAQ from Sandbox Mcp
How do I install Sandbox Mcp?
You can download a pre-built binary from the Releases page or install via Go with go install github.com/pottekkat/sandbox-mcp/cmd/sandbox-mcp@latest.
What sandboxes are available?
Default sandboxes include shell, python, rust, network-tools, go, javascript, apisix, and java. Each provides an isolated Docker environment for its runtime.
Do I need Docker to use Sandbox Mcp?
Yes, Docker must be installed and running for Sandbox Mcp to execute code.
Can I create my own custom sandboxes?
Yes. You can add your own sandboxes in the configuration directory ($XDG_CONFIG_HOME/sandbox-mcp/sandboxes). A sandbox is a Dockerfile and a JSON configuration file.
What license does Sandbox Mcp use?
It is open-source under the MIT License.
「推論」の他のコンテンツ
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
コメント