Skip to content
Zed

e2b for Zed

com.mcparmory/e2b

Create and manage secure sandboxes for running AI agent code

client:Zed transport:stdio runtime:pypi

Install e2b in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "e2b": {
      "command": "uvx",
      "args": [
        "mcparmory-e2b"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

e2b in other clients