{
  "name": "io.github.e2b-dev/mcp-server",
  "description": "E2B provides secure, isolated cloud sandbox environments where AI models can execute code safely. Run Python, JavaScript, and other languages in disposable containers without risk to your local machine. Note: the @e2b/mcp-server npm package is archived — the vendor now recommends connecting to the hosted E2B platform directly rather than the MCP wrapper. This entry remains for legacy installs and migration guidance.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 70,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.481Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:51.708Z",
      "githubStars": 390,
      "lastCommitAt": "2026-04-16T15:51:25Z",
      "npmWeeklyDownloads": 5967
    }
  },
  "repository": {
    "url": "https://github.com/e2b-dev/mcp-server",
    "source": "github"
  },
  "author": {
    "name": "E2B (npm package archived; vendor recommends the hosted E2B platform)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@e2b/mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "E2B_API_KEY",
          "description": "E2B_API_KEY — required credential for E2B.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "exec",
      "sandbox": "Spins up an ephemeral cloud sandbox per session; code runs in that sandbox, not locally. Sandbox has a throwaway filesystem and outbound network, and is torn down when the session ends.",
      "gotchas": [
        "Sandbox state is not shared across sessions unless the agent explicitly reuses a sandbox id.",
        "Running costs accrue per sandbox-minute — long-running loops without cleanup burn credits quickly."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/e2b",
    "markdown": "https://top-mcps.com/mcp/e2b.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
