Loading languages...
MC

mcp-code-executor

@bazinga012197

The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.

code execution
python
llm tool
conda
virtualenv

# mcpServer Config

{
  "mcpServers": {
    "mcp-code-executor": {
      "command": "node",
      "args": [
        "/path/to/mcp_code_executor/build/index.js"
      ],
      "env": {
        "CODE_STORAGE_DIR": "/path/to/code/storage",
        "ENV_TYPE": "conda",
        "CONDA_ENV_NAME": "your-conda-env"
      }
    }
  }
}

# stdio

node /path/to/mcp_code_executor/build/index.js
Transport:
stdio
Taal:
JavaScript
Gemaakt:2/6/2025
Bijgewerkt:11/8/2025