Skip to content
Cursor

e2b for Cursor

com.mcparmory/e2b

Create and manage secure sandboxes for running AI agent code

client:Cursor transport:stdio runtime:pypi

Install e2b in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "e2b": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-e2b"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

e2b in other clients