E2B MCP Server
Developmentstdio
E2B's MCP server gives AI agents the ability to run arbitrary code in secure, isolated cloud sandboxes. Each sandbox is a fast-booting micro-VM where models can execute Python and shell commands, install packages, read and write files, and capture stdout/stderr — ideal for code interpretation, data analysis, and agentic workflows that need real execution.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"e2b": {
"command": "npx",
"args": [
"-y",
"@e2b/mcp-server"
],
"env": {
"E2B_API_KEY": "<YOUR_E2B_API_KEY>"
}
}
}
}Araçlar (1)
run_code
Execute code in a secure E2B sandbox and return stdout, stderr, and any results.
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The code to execute in the sandbox"
},
"language": {
"type": "string",
"description": "Language to run (e.g., python, javascript, bash)"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- E2B (@e2b-dev)
- Repository
- https://github.com/e2b-dev/mcp-server
- Lisans
- MIT
- Yıldızlar
- 0
- Son güncelleme
- 12 Haziran 2026