mcp_code_executor
If you are the rightful owner of mcp_code_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.
The MCP Code Executor is a server that enables LLMs to execute Python code within a specified environment, supporting incremental code generation and dependency management.
execute_code
Executes Python code in the configured environment. Best for short code snippets.
install_dependencies
Installs Python packages in the environment.
check_installed_packages
Checks if packages are already installed in the environment.
configure_environment
Dynamically changes the environment configuration.
get_environment_config
Gets the current environment configuration.
initialize_code_file
Creates a new Python file with initial content.
append_to_code_file
Appends content to an existing Python code file.
execute_code_file
Executes an existing Python file.
read_code_file
Reads the content of an existing Python code file.