Skip to main content
Glama

e2b-mcp-server

Official
by e2b-dev

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server to run commands.
      Last updated -
      2
      265
      150
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      MCP Server for automated reverse engineering with IDA Pro.
      Last updated -
      22
      2,157
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      mcp server to interact with the octomind plattform. octomind provides a create, run & fix solutions for e2e web testing, see https://octomind.dev
      Last updated -
      16
      662
      16
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/e2b-dev/mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server