LightGBM

GitHub

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

Boosting (LightGBM) MCP Server

Model Context Protocol (boosting) server

View all LightGBM servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "boosting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-boosting"
      ]
    }
  }
}