Skip to content
Zed

mcp ml lab for Zed

io.github.rohithraju-ops/mcp-ml-lab

Run end-to-end ML experiments from natural language (XGBoost, LightGBM, Optuna).

client:Zed transport:stdio runtime:pypi

Install mcp ml lab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-ml-lab": {
      "command": "uvx",
      "args": [
        "mcp-ml-lab"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp ml lab in other clients