Adds code-interpreter capability by executing code inside an isolated E2B Sandbox (a secure cloud microVM) — for agents needing to run untrusted or generated code (data analysis, scripting, computation) without touching the host. Execution is deterministic and isolated; the LLM writes the code the tool runs. Note: the official e2b-dev/mcp-server repo was archived (deprecated) 2026-04-16 — treat as legacy; the E2B SDK is the current path. Runs locally over stdio.
Example prompts
Run a Python script to compute summary statistics for this dataset.
Execute this code snippet in a sandbox and show me the output.
Before you connect
What this server signs you in with — you provide it to the server itself, not to FindAgent. The full setup is on the Setup tab.