Python Executor
Executes Python code and manages Python packages within a sandboxed environment.
概要
The Python Executor is a Model Context Protocol (MCP) server designed for securely executing Python code and managing Python package dependencies. It offers a controlled environment with resource monitoring, configurable limits, and pre-configured packages for efficient Python code execution. Key functionalities include executing code inline or from script files, installing packages, and managing resource usage to ensure stability and security.
主な機能
- Structured logging
- Configurable resource limits (memory, timeout, concurrency)
- Installs and manages Python packages
- 0 GitHub stars
- Executes Python code with safety constraints
- Health checks and metrics
ユースケース
- Executing user-provided Python code in a sandboxed environment
- Automating tasks using Python scripts within a larger workflow
- Running data analysis scripts with pre-installed packages