Skip to main content
Glama
HeetVekariya

Linear Regression MCP

by HeetVekariya

線形回帰MCP

線形回帰 MCPへようこそ!このプロジェクトでは、Claude とモデルコンテキストプロトコル (MCP) を使用して、エンドツーエンドの機械学習ワークフローを実証します。

Claudeは、データセットを含むCSVファイルをアップロードするだけで、線形回帰モデルを完全に自動学習できます。システムは、データの前処理、学習、評価(RMSE計算)といったMLモデルの学習ライフサイクル全体を実行できます。

セットアップとインストール

1. リポジトリのクローンを作成します。

まず、リポジトリをローカル マシンにクローンします。

git clone https://github.com/HeetVekariya/Linear-Regression-MCP
cd Linear-Regression-MCP

2. uvをインストールします。

uv 、Rust で書かれた非常に高速な Python パッケージおよびプロジェクトマネージャーです。このプロジェクトにおけるサーバーと依存関係の管理に不可欠です。

  • ここからuvをダウンロードしてインストールします。

3. 依存関係をインストールします。

uv がインストールされたら、次のコマンドを実行して必要な依存関係をすべてインストールします。

uv sync

4. Claude Desktop を構成する:

サーバーをClaude Desktopと統合するには、Claudeの設定ファイルを変更する必要があります。お使いのオペレーティングシステムの手順に従ってください。

  • macOS または Linux の場合:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windowsの場合:

code $env:AppData\Claude\claude_desktop_config.json
  • 設定ファイル内のmcpServersセクションを見つけ、プレースホルダーパスをuvインストールディレクトリと線形回帰プロジェクトディレクトリへの絶対パスに置き換えます。以下のようになります。

{
    "mcpServers":
    {
        "linear-regression": 
        {
            "command": "ABSOLUTE/PATH/TO/.local/bin/uv",
            "args":
            [
                "--directory",
                "ABSOLUTE/PATH/TO/YOUR-LINEAR-REGRESSION-REPO", 
                "run",
                "server.py"
            ] 
        }
    }
}
  • ファイルを保存したら、Claude Desktop を再起動して MCP サーバーにリンクします。

Related MCP server: MCP File Explorer

利用可能なツール

このプロジェクトでは、データセットの操作とモデルのトレーニングに役立つ次のツールが利用できます。

道具

説明

議論

upload_file(path)

CSV ファイルをアップロードし、処理のために保存します。

path : CSV ファイルへの絶対パス。

get_columns_info()

アップロードされたデータセット内の列名を取得します。

議論はありません。

check_category_columns()

データセット内のカテゴリ列をチェックします。

議論はありません。

label_encode_categorical_columns()

ラベルはカテゴリ列を数値にエンコードします。

議論はありません。

train_linear_regression_model(output_column)

線形回帰モデルをトレーニングし、RMSE を計算します。

output_column : ターゲット列の名前。

寄稿を募集中

このプロジェクトへの貢献を歓迎します!バグ修正、新機能の追加、ドキュメントの改善など、何でもお気軽にリポジトリをフォークしてプルリクエストを送信してください。

ご提案や機能のリクエストがある場合は、問題を報告していただければ、喜んで話し合います。

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    An MCP server that provides data visualization and machine learning tools, featuring automated intent-based pipeline routing for data cleaning and model training. It enables LLMs to process CSV or JSON data to generate visual charts, perform regressions, or execute clustering analysis.
    16
  • F
    license
    Not graded
    quality
    D
    maintenance
    A beginner MCP server that enables Claude to read local text, CSV, and Markdown files. Built as a learning project to understand how to connect AI to local file systems using the MCP protocol.
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for dataset exploration and analysis, enabling LLM clients to perform summary, correlation, distribution, missing value analysis, data cleaning, and statistical tests directly on CSV files.
    3

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HeetVekariya/Linear-Regression-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server