mcpbeat Sign in

E2b MCP Server

local only

E2b runs on your own machine — the client starts it, so there is no endpoint to ping. 238 installs a week from pypi. Last commit 12 May 2026.

Create and manage secure sandboxes for running AI agent code

Installs per day peak 56 · avg 28 · -20% w/w
a month agotoday
238
Installs / week
pypi · mcparmory-e2b
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    server_host_key: str | None = Field(default=None, description="Remote server SSH host key in OpenSSH format (as would appear in ~/.ssh/known_hosts). When provided, the server's host key must match exactly.")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add e2b -- uvx mcparmory-e2b
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "e2b": {
      "args": [
        "mcparmory-e2b"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.e2b]
command = "uvx"
args = ["mcparmory-e2b"]
.cursor/mcp.json
{
  "mcpServers": {
    "e2b": {
      "args": [
        "mcparmory-e2b"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "e2b": {
      "args": [
        "mcparmory-e2b"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to E2b

same job, measured the same way
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
QRcodly
by qrcodly

Create, manage, and share QR codes and short URLs

answering
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
Cinch
by yusufkadry

Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.

27 installs/wk local only
I
Planform MCP Server
by shirbarzur

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

local only
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering

E2b — questions

Answers built from our own checks of this server.

Why is there no uptime for E2b?
E2b runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcparmory-e2b was installed 238 times last week.
How do I connect E2b?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcparmory-e2b straight from pypi; nothing to host, nothing to sign up for.
How many people use E2b?
The pypi package mcparmory-e2b was installed 238 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is E2b open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.