bazinga012/mcp_code_executor
The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.
Overview
bazinga012/mcp_code_executor is a JavaScript MCP server licensed under MIT. The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.
Ranked #4759 out of 25632 indexed tools.
Ecosystem
JavaScript MIT
Signal Breakdown
Stars 216
Freshness 9mo ago
Issue Health 50%
Contributors 6
Dependents 0
Forks 45
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# MCP Code Executor The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Python environment. This enables LLMs to run code with access to libraries and dependencies defined in the environment. It also supports incremental code generation for handling large code blocks that may exceed token limits. <a href="https://glama.ai/mcp/servers/45ix8xode3"></a> ## Features - Execute Python code from LLM prompts - Support for incremental code generation to overcome token limitations - Run code within a specified environment (Conda, virtualenv, or UV virtualenv) - Install dependencies when needed - Check if packages are already installed - Dynamically configure the environment at runtime - Configurable code storage directory ## Prerequisites - Node.js installed - One of the following: - Conda installed with desired Conda environment created - Python virtualenv - UV virtualenv ## Setup 1. Clone this repository: ```bash git clone https://giRead full README on GitHub →
Are you the maintainer? Claim this listing