Code Sandbox
БесплатноНе проверенMCP server for E2B code sandbox, enabling creation, management, and execution of code in secure sandboxes using Python and shell commands.
Описание
MCP server for E2B code sandbox, enabling creation, management, and execution of code in secure sandboxes using Python and shell commands.
README
MCP (Model Context Protocol) server for E2B code sandbox. This server provides tools to create, manage, and execute code in secure E2B sandboxes.
Features
- Create Sandbox: Create new E2B sandboxes with customizable timeout and template
- Kill Sandbox: Terminate existing sandboxes by ID
- Run Code: Execute Python code in sandboxes using Jupyter Notebook syntax
- Run Command: Execute shell commands in sandboxes
Installation
pip install code-sandbox-mcp
Or using uv:
uv pip install code-sandbox-mcp
Usage
Configuration
Add the following configuration to your MCP client settings JSON file (e.g., ~/.config/claude_desktop/claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor):
{
"mcpServers": {
"code-sandbox-mcp": {
"command": "uv",
"args": ["run", "code-sandbox-mcp"],
"env": {
"E2B_API_KEY": "your_api_key_here",
"E2B_DOMAIN": "your_domain_here"
}
}
}
}
Replace your_api_key_here and your_domain_here with your actual E2B credentials.
Restart your MCP client to load the configuration. The tools will be available in your MCP-enabled application!
License
MIT
Установка Code Sandbox
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/feifeigood/code-sandbox-mcpFAQ
Code Sandbox MCP бесплатный?
Да, Code Sandbox MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Code Sandbox?
Нет, Code Sandbox работает без API-ключей и переменных окружения.
Code Sandbox — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Code Sandbox в Claude Desktop, Claude Code или Cursor?
Открой Code Sandbox на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Code Sandbox with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
