E2B
Official
⚙️ Developer Tools
Secure cloud sandboxes for AI code execution. Create isolated environments, execute code in multiple languages, manage files, and run shell commands safely. Built for AI agents that need to run generated code without risk to host systems.
Tags
Tools (1)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"e2b": {
"command": "npx",
"args": [
"-y",
"@e2b/mcp-server"
],
"env": {
"E2B_API_KEY": "your-e2b-api-key-here"
}
}
}
}