E2B MCP Server
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
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