E2B Sandboxed Execution MCP Server
utilities By e2b-dev
Description
Secure cloud development environments for AI agents. Enables safe, isolated code execution and terminal operations in sandboxed containers.
Install & Run Command
npx -y @e2b/mcp-server
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"e2b": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-e2b"
]
}
}
} Server Details
Stars & Popularity ⭐️ New
Author e2b-dev
Category utilities
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry