LightGBM
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.
Application (LightGBM) MCP Server
Model Context Protocol (application) server
Ready-to-Use Client Configurations
{
"mcpServers": {
"application": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-application"
]
}
}
}