MCP Code Sandbox provides secure, isolated environments for executing Python code through multiple backend options including E2B and Firecracker microVMs. Built with a modular architecture, it offers tools for sandbox creation, code execution, file operations, package installation, and data visualization through chart generation. The implementation features an abstract interpreter interface that allows seamless switching between execution backends, robust error handling, and resource cleanup mechanisms. This server is particularly valuable for AI assistants that need to run untrusted code, test programming solutions, generate data visualizations, or interact with files in a controlled environment without security risks.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create a new sandbox environment.
Close and clean up a sandbox.
Check status of sandboxes.
Run Python code in a sandbox.
Install a Python package.
All-in-one tool that creates a sandbox, runs code, and cleans up.
List files in the sandbox.
Read the contents of a file.
Write content to a file.
Upload a file to the sandbox.