mcp_code_executor
88
The MCP Code Executor is an MCP server that facilitates the execution of Python code for language models, enabling complex and large-scale code generation beyond token limits with support for various Python environments.
MCP Code Executor
The MCP Code Executor is an MCP server designed to allow LLMs to execute Python code within a specific Python environment, supporting libraries and dependencies relevant to the run. It features:
- Execution of Python code from LLM prompts
- Incremental code generation to handle large code blocks
- Environment configuration through Conda, virtualenv, or UV virtualenv
- Dynamic environment settings during runtime