mcp-code-sandbox

mcp-code-sandbox

3.4

If you are the rightful owner of mcp-code-sandbox and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An extensible Message Communication Protocol (MCP) server that provides secure code execution capabilities in isolated sandbox environments.

The MCP Code Sandbox Server is designed to facilitate secure and isolated code execution using the Message Communication Protocol (MCP) standard. It is compatible with Claude for Desktop and other MCP clients, providing a robust environment for executing Python code securely. The server's architecture is modular and extensible, allowing for the integration of different code execution backends through an abstract interpreter interface. It supports various operations such as file management and Python package installation within sandbox environments. The server is built with a clean separation of concerns, ensuring that each component is responsible for a specific aspect of the system's functionality. This design not only enhances security but also makes the server highly adaptable to different use cases and environments.

Features

  • Create isolated sandbox environments for code execution
  • Execute Python code securely
  • Perform file operations (listing, reading, writing)
  • Install Python packages in the sandbox
  • Extensible architecture with abstracted code interpreter interface