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