E2B MCP Server
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
E2B MCP Server (Python)
A Model Context Protocol server for running code in a secure sandbox by E2B.
Development
Install dependencies:
uv install
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"e2b-mcp-server": {
"command": "uvx",
"args": ["e2b-mcp-server"],
"env": { "E2B_API_KEY": "${e2bApiKey}" }
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npx @modelcontextprotocol/inspector \
uv \
--directory . \
run \
e2b-mcp-server \
The Inspector will provide a URL to access debugging tools in your browser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file e2b_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: e2b_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.19 Linux/6.8.0-1044-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d030039dc0e807045bdcfc845e5cf8aeb3fa0c83580349cc9f693b6f447e8854
|
|
| MD5 |
6eba55a2c3fa26e28574f39e5da452dd
|
|
| BLAKE2b-256 |
40f37e67636eb50f2cf2fbb19b625b628cbee48ade208b2c80939e4bfd23f18b
|
File details
Details for the file e2b_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: e2b_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.19 Linux/6.8.0-1044-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c331fc2f0d575a9ba4a73efc5a366c0d0de7262c85677715d5e6c5b9a4e732ff
|
|
| MD5 |
e2ad5590c30c86f1d7f3e75379118644
|
|
| BLAKE2b-256 |
10d4a246248e6a5b93b614672eff25e0f706f9ff7ec5b733163e5194c4720206
|