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 を提供します。

Install Server
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
      795
      174
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      etf-flow-mcp
      Last updated -
      1
      4
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      modbus-mcp
      Last updated -
      13
      Python
      MIT License
      • Linux
      • Apple

    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