Loading languages...
MC

mcp_code_executor

@bazinga012170

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

code execution
MCP server
Python
LLM tool

# 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
語言:
JavaScript
創建時間:2/6/2025
更新時間:7/28/2025