Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for running code in a secure sandbox by E2B.
Add this to your MCP client configuration:
{
"mcpServers": {
"e2b-dev-mcp-server": {
"command": "npx",
"args": [
"-y",
"@e2b/mcp-server"
],
"env": {
"E2B_API_KEY": "<Your E2B API key>"
}
}
}
}{
"id": "e2b-dev-mcp-server",
"name": "E2B Dev",
"description": "A Model Context Protocol server for running code in a secure sandbox by E2B.",
"source_url": "https://github.com/e2b-dev/mcp-server/tree/HEAD/packages/js",
"publisher_name": "e2b-dev",
"publisher_url": "https://github.com/e2b-dev",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 32349,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@e2b/mcp-server"
},
"tools_count": 1
}