Execute Python code and shell commands in secure cloud sandboxes for various applications.
Sponsored
The Code Sandbox server acts as a Model Context Protocol (MCP) interface to E2B's secure cloud sandboxes. It enables applications to programmatically create, manage, and interact with isolated execution environments. This allows for the safe execution of Python code (supporting Jupyter Notebook syntax) and shell commands, making it ideal for integrating robust code execution capabilities into AI agents and other MCP-enabled clients.
Key Features
01Execute shell commands in sandboxes
02Execute Python code using Jupyter Notebook syntax in sandboxes
031 GitHub stars
04Terminate existing sandboxes by ID
05Create new E2B sandboxes with customizable timeout and template
Use Cases
01Automating script execution and command-line tasks in a controlled cloud environment
02Integrating secure code execution capabilities into AI agents and assistants
03Providing isolated environments for running untrusted code within an application