e2b-mcp-server

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

E2B MCP サーバー (Python)

E2Bによる安全なサンドボックス内でコードを実行するためのモデル コンテキスト プロトコル サーバー。

発達

依存関係をインストールします:

uv install

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "e2b-mcp-server": { "command": "uvx", "args": ["e2b-mcp-server"], "env": { "E2B_API_KEY": "${e2bApiKey}" } } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npx @modelcontextprotocol/inspector \ uv \ --directory . \ run \ e2b-mcp-server \

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MCP を使用して e2b 経由でコードを実行します。

  1. Development
    1. Installation
      1. Debugging
    ID: o9swvhmy2i