Ayina Maerik/smart-e2b
Built by Metorial, the integration platform for agentic AI.
Ayina Maerik/smart-e2b
Server Summary
Execute JavaScript code
Execute Python code
Manage files (upload, read, list)
Optimize performance with session reuse
Handle timeouts and errors automatically
Un serveur MCP (Model Context Protocol) qui intègre E2B pour exécuter du code dans des environnements sandbox sécurisés dans le cloud, spécialement conçu pour fonctionner avec Claude AI Desktop.
To install smart-e2b for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Leghis/smart-e2b --client claude
# Installation globale depuis NPM
npm install -g smart-e2b
# OU installation directe depuis GitHub
npm install -g git+https://github.com/Leghis/smart-e2b.git
claude_desktop_config.json
:{
"mcpServers": {
"smart-e2b": {
"command": "npx",
"args": ["-y", "smart-e2b"],
"env": {
"E2B_API_KEY": ""
}
}
}
}
Une fois configuré, vous pourrez accéder aux outils SMART-E2B directement depuis les conversations avec Claude AI Desktop.
Voici quelques exemples d'utilisation avec Claude AI Desktop :
Je voudrais tester ce code JavaScript :
function fibonacci(n) {
if (n