Skip to main content
Glama

E2B MCP Server

E2B Sandbox API を Model Context Protocol ツールとして公開する MCP サーバーです。

機能

現在、このサーバーは以下のツールを提供しています。

  • Sandboxes — 作成、一覧表示、接続、一時停止、削除、タイムアウトの管理、更新、ログの取得。

  • Templates — 作成、一覧表示、詳細の確認、更新、削除、ビルドの開始、ビルドステータスの取得、ビルドログの取得。

  • Filesystem — ディレクトリの一覧表示、ディレクトリの作成、ファイルの移動と削除、ファイルメタデータの確認、ファイルの読み取り、ファイルのアップロード、ファイルウォッチャーの管理。

  • Processes — コマンドの実行、プロセスの一覧表示、シグナルの送信、stdin との対話、PTY のリサイズ。

非推奨の E2B API エンドポイントとスナップショット関連機能は、このプロジェクトから削除されています。

Related MCP server: code-sandbox-mcp

要件

  • Node.js 22 以降

  • E2B API キー

インストール

npm ci

設定

E2B API キーを環境変数に設定します:

export E2B_API_KEY="your-api-key"

使用方法

このサーバーを起動します:

npm start

このサーバーは、stdio を介して使用する MCP サーバーとして設計されています。stdio サーバーをサポートする任意の MCP 互換クライアントに接続できます。

Docker

イメージをビルドします:

docker build -t e2b-mcp-server .

実行します:

docker run --rm -i \
  -e E2B_API_KEY="$E2B_API_KEY" \
  e2b-mcp-server

開発

すべてのソースファイルの JavaScript 構文を確認します:

for f in src/*.js; do node --check "$f"; done

スモークテストを実行します:

npm run smoke

プロジェクト構造

src/
├── http.js
├── index.js
├── tools-common.js
├── tools-filesystem.js
├── tools-process.js
├── tools-sandboxes.js
└── tools-templates.js

ライセンス

ISC

Install Server
F
license - not found
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

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/contributory/e2b-mcp-server'

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