The reputation layer for AI skills, tools & agents

bazinga012/mcp_code_executor

Score: 33.5 Rank #4759

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 295 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for bazinga012/mcp_code_executor
[![AgentRank](https://agentrank-ai.com/api/badge/tool/bazinga012--mcp_code_executor)](https://agentrank-ai.com/tool/bazinga012--mcp_code_executor)
<a href="https://agentrank-ai.com/tool/bazinga012--mcp_code_executor"><img src="https://agentrank-ai.com/api/badge/tool/bazinga012--mcp_code_executor" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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://gi
Read full README on GitHub →
Are you the maintainer? Claim this listing