E2B MCP Server
E2B MCP-Server
Ein MCP-Server, der die E2B-Sandbox-API als Model Context Protocol-Tools bereitstellt.
Funktionen
Der Server stellt derzeit Tools bereit für:
Sandboxes – erstellen, auflisten, verbinden, anhalten, löschen, Timeouts verwalten, aktualisieren und Logs abrufen.
Templates – erstellen, auflisten, inspizieren, aktualisieren, löschen, Builds starten, Build-Status abrufen und Build-Logs abrufen.
Dateisystem – Verzeichnisse auflisten, Verzeichnisse erstellen, Dateien verschieben und löschen, Dateimetadaten inspizieren, Dateien lesen, Dateien hochladen und Datei-Überwachungen verwalten.
Prozesse – Befehle ausführen, Prozesse auflisten, Signale senden, mit stdin interagieren und PTYs in der Größe ändern.
Veraltete E2B-API-Endpunkte und Snapshot-bezogene Funktionen wurden aus dem Projekt entfernt.
Related MCP server: code-sandbox-mcp
Voraussetzungen
Node.js 22 oder höher
Ein E2B-API-Schlüssel
Installation
npm ciKonfiguration
Legen Sie Ihren E2B-API-Schlüssel in der Umgebung fest:
export E2B_API_KEY="your-api-key"Verwendung
Starten Sie den Server mit:
npm startDer Server ist dafür ausgelegt, als MCP-Server über stdio verwendet zu werden. Er kann mit jedem MCP-kompatiblen Client verbunden werden, der stdio-Server unterstützt.
Docker
Erstellen Sie das Image:
docker build -t e2b-mcp-server .Führen Sie es aus:
docker run --rm -i \
-e E2B_API_KEY="$E2B_API_KEY" \
e2b-mcp-serverEntwicklung
Überprüfen Sie die JavaScript-Syntax aller Quelldateien:
for f in src/*.js; do node --check "$f"; doneFühren Sie den Smoke-Test aus:
npm run smokeProjektstruktur
src/
├── http.js
├── index.js
├── tools-common.js
├── tools-filesystem.js
├── tools-process.js
├── tools-sandboxes.js
└── tools-templates.jsLizenz
ISC
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceProvides remote filesystem operations, git repository management, and process execution capabilities for AI agents through the Model Context Protocol.
- AlicenseAqualityCmaintenanceMCP server for E2B code sandbox, enabling creation, management, and execution of code in secure sandboxes using Python and shell commands.41MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to create, control, and interact with virtual desktop environments through E2B's secure cloud sandboxes.6174MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with E2b's tools and services through a standardized MCP interface, allowing AI agents to use E2b capabilities.MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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