Code Sandbox
Createdchrishayuk
Executes code securely within isolated sandbox environments, adhering to the Message Communication Protocol (MCP) standard.
About
Provides a secure and extensible environment for code execution using isolated sandboxes. Compliant with the Message Communication Protocol (MCP), it's designed to integrate seamlessly with MCP clients like Claude for Desktop. Offering features such as secure Python code execution, file operations, and package installation, the server's modular architecture allows for easy extension with new code interpreters, making it a versatile tool for secure code interaction and experimentation.
Key Features
- Executes Python code securely
- Installs Python packages
- Creates isolated sandbox environments
- Performs file operations within sandboxes
- Extensible with abstracted code interpreter interface
Use Cases
- Secure code execution with Claude for Desktop
- Extending functionality with custom code interpreters
- Experimenting with code in a safe environment