Discover MCP servers. Connect your agent.
Official E2B MCP server for secure code execution in cloud sandboxes. Run JavaScript and Python code in isolated environments. AI-generated code execution with full filesystem access, package installation, and process management. Open-source cloud infrastructure for AI agents.
https://github.com/e2b-dev/mcp-server
stdio
api_key
6 tools
code-executionsandboxcloudjavascriptpythonai-agentsofficial
Registered 2026-02-09 by
E2B
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'