Giving Claude ability to run code with E2B via MCP (Model Context Protocol).
3.2K
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
Giving Claude ability to run code with E2B via MCP (Model Context Protocol).
Attribute | Details |
---|---|
Docker Image | mcp/e2b |
Author | e2b-dev |
Repository | https://github.com/e2b-dev/mcp-server |
Dockerfile | https://github.com/e2b-dev/mcp-server/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/e2b --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | Apache License 2.0 |
Tools provided by this Server | Short Description |
---|---|
run_code | Run python code in a secure sandbox by E2B. |
run_code
Run python code in a secure sandbox by E2B. Using the Jupyter Notebook syntax.
Parameters | Type | Description |
---|---|---|
code | string |
{
"mcpServers": {
"e2b": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"E2B_API_KEY",
"mcp/e2b"
],
"env": {
"E2B_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for