e2b-mcp-server

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

E2B MCP 서버(Python)

E2B 의 보안 샌드박스에서 코드를 실행하기 위한 모델 컨텍스트 프로토콜 서버입니다.

개발

종속성 설치:

지엑스피1

설치

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을 제공합니다.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MCP를 사용하여 e2b를 통해 코드를 실행합니다.

  1. Development
    1. Installation
      1. Debugging
    ID: o9swvhmy2i