feat: Add E2B MCP Server with sandboxed code execution #332
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
E2B MCP Server - Sandboxed Code Execution
Proof videos: https://drive.google.com/drive/folders/1jkqqiY7brz0OfGZT3MwDdJRfrzMqq9mc?usp=drive_link
Description
This PR adds a production-ready E2B MCP Server that provides secure, sandboxed code execution capabilities for AI
assistants. The server integrates with E2B's cloud sandbox environment to enable safe Python and JavaScript code
execution, file management, and package installation.
Key Features:
execute_python
,execute_javascript
,create_file
,read_file
,list_files
,install_packages
,get_sandbox_info
)Related issue
Contributing a new MCP server to expand Klavis AI's ecosystem as per the submission guidelines.
Type of change
How has this been tested?
Comprehensive End-to-End Testing:
All 7 tools have been tested with natural language queries in Claude Desktop/Cursor showing:
Video Proof Available:
https://drive.google.com/drive/folders/1jkqqiY7brz0OfGZT3MwDdJRfrzMqq9mc?usp=drive_link
Test Coverage:
Checklist