E2B MCP Server

Developmentstdio
Репозиторий

E2B's MCP server gives AI agents the ability to run arbitrary code in secure, isolated cloud sandboxes. Each sandbox is a fast-booting micro-VM where models can execute Python and shell commands, install packages, read and write files, and capture stdout/stderr — ideal for code interpretation, data analysis, and agentic workflows that need real execution.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

{
  "mcpServers": {
    "e2b": {
      "command": "npx",
      "args": [
        "-y",
        "@e2b/mcp-server"
      ],
      "env": {
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>"
      }
    }
  }
}

Инструменты (1)

run_code

Execute code in a secure E2B sandbox and return stdout, stderr, and any results.

{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "The code to execute in the sandbox"
    },
    "language": {
      "type": "string",
      "description": "Language to run (e.g., python, javascript, bash)"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
E2B (@e2b-dev)
Репозиторий
https://github.com/e2b-dev/mcp-server
Лицензия
MIT
Звёзды
0
Последнее обновление
12 июня 2026 г.