Linear Regression MCP
@HeetVekariya
关于 Linear Regression MCP
MCP server for training Linear Regression Model.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Linear-Regression-MCP": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear Regression MCP?
Linear Regression MCP is a Model Context Protocol server that lets Claude train a linear regression model end-to-end by simply uploading a CSV file. It automates data preprocessing, training, and evaluation (RMSE calculation), making it ideal for users who want to run ML workflows through natural language.
How to use Linear Regression MCP?
Clone the repository, install uv, run uv sync, then configure Claude Desktop by adding the server path to claude_desktop_config.json. Once linked, Claude can invoke tools like upload_file, get_columns_info, and train_linear_regression_model.
Key features of Linear Regression MCP
- End-to-end ML model training lifecycle with Claude.
- Upload any CSV dataset for automatic processing.
- Automatic categorical column label encoding.
- RMSE-based evaluation after training.
- Tools to inspect column info and data types.
- Open-source and welcomes contributions.
Use cases of Linear Regression MCP
- Train a linear regression model on a local CSV without writing code.
- Rapidly prototype regression models using natural language instructions.
- Automate data preprocessing and model evaluation for educational or small-scale projects.
FAQ from Linear Regression MCP
—
版本控制 分类下的更多 MCP 服务器

Git
modelcontextprotocolModel Context Protocol Servers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
评论