mcp-python-executor
If you are the rightful owner of mcp-python-executor 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.
A Model Context Protocol (MCP) server for executing Python code and managing Python packages.
The MCP Python Executor is a server designed to execute Python code with safety constraints and manage Python packages efficiently. It allows for the execution of Python scripts with pre-configured packages, ensuring that commonly used libraries are readily available. The server is equipped with resource monitoring capabilities, allowing administrators to set limits on memory usage and execution time. Additionally, it provides health checks and metrics to ensure optimal performance and reliability. Structured logging is also supported, enabling detailed tracking of server activities and issues.
Features
- Execute Python code with safety constraints
- Install and manage Python packages
- Pre-configure commonly used packages
- Resource monitoring and limits
- Health checks and metrics
Tools
execute_python
Execute Python code and return the results.
install_packages
Install Python packages.