E2B (JavaScript)

Official

A Model Context Protocol server for running code in a secure sandbox by E2B.

0 toolsnodeApache-2.0

Configuration

Add this to your MCP client configuration:

mcp.json
{
  "mcpServers": {
    "e2b-js": {
      "command": "npx",
      "args": [
        "-y",
        "e2b-mcp-server"
      ],
      "env": {
        "E2B_API_KEY": "<Your E2B API key.>"
      }
    }
  }
}

Metadata

server.json
{
  "id": "e2b-js",
  "name": "E2B (JavaScript)",
  "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 | Code Interpreting for AI Apps",
  "publisher_url": "https://github.com/e2b-dev",
  "is_official": true,
  "license": "Apache-2.0",
  "runtime": "node",
  "downloads": 0,
  "requires_oauth": false,
  "distribution": {
    "type": "source",
    "package": ""
  },
  "tools_count": 0
}
Request Edit