Menu

E2B

Hosted
by: Higress official
|
category: code
|
2025.04.23 updated

E2B Code Interpreter providing sandbox environment management capabilities, which enables execution of Python code.

Using URL to connect to MCP Server
trial API Key (Trial limit: 100 / day)
Step 1: create URL
sign in
You must sign in before generating the URL
Step 2: MCP Client One-Click Install Server (Optional)
DeepChat
Cherry Studio
LobeChat
5ire

E2BDev MCP Server

An implementation of the Model Context Protocol (MCP) server that integrates E2B Code Interpreter API, providing sandbox environment management capabilities, which enables execution of Python code.

Usage Guide

Get API-KEY

  1. Register for an E2B account Resigter Entry. Each new account will receive 100 credits for free.
  2. Generate API Key in Dashboard Manage API-KEY

Configure MCP Client

On the user's MCP Client interface, add E2BDev MCP Server configuration.

"mcpServers": {
    "e2bdev": {
      "url": "https://mcp.higress.ai/mcp-e2bdev/{generate_key}",
    }
}

Tools

  • create_sandbox: Create E2B sandbox environment

    • Parameters:
      • timeout: Sandbox timeout in seconds, sandbox will be terminated after timeout
    • Returns: Sandbox ID
  • execute_code_sandbox: Execute code in sandbox

    • Parameters:
      • sandbox_id: Sandbox ID, obtained from create_sandbox
      • code: Python code to execute
    • Returns: Execution result
  • kill_sandbox: Terminate sandbox environment

    • Parameters:
      • sandbox_id: Sandbox ID to terminate
    • Returns: Termination result

Related MCP Servers

21st.dev Magic AI Agent
Local

by: Community

Magic Component Platform (MCP) is a powerful AI-driven tool that helps developers create beautiful, modern UI components instantly through natural language descriptions. It integrates seamlessly with popular IDEs and provides a streamlined workflow for UI development.

code|2025.06.05 updated

Context7
Hosted

by: Higress official

Context7 pulls up-to-date, version-specific documentation and code examples directly from the source, get better answers when generating and debuging codes.

code|2025.04.29 updated

Yuque
Hosted

by: Higress official

Manage Yuque knowledge base, documents, and team members

productivity|2025.04.25 updated

WolframAlpha
Hosted

by: Higress official

Get results optimized for use by a large language model with the WolframAlpha LLM API.

utility|2025.04.23 updated