Skip to main content
Glama

e2b-mcp-server

Official
by e2b-dev

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. 개발
    1. 설치
      1. 디버깅

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server to run commands.
      Last updated -
      2
      265
      150
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      MCP Server for automated reverse engineering with IDA Pro.
      Last updated -
      22
      2,157
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      mcp server to interact with the octomind plattform. octomind provides a create, run & fix solutions for e2e web testing, see https://octomind.dev
      Last updated -
      16
      662
      16
      TypeScript
      MIT License

    View all related MCP servers

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

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