Skip to main content
Glama

MCP Server for ML Model Integration

by nicknochnack

MCPサーバーを構築する

トレーニング済みのランダム フォレスト モデルを提供するための MCP サーバーを構築し、ReAct のインタラクションのために Bee Framework と統合する方法についての完全なチュートリアル。

ライブで動作を確認してください📺

MCP サーバーの起動 🚀

  1. このリポジトリをクローンしますgit clone https://github.com/nicknochnack/BuildMCPServer
  2. MCPサーバーを実行するには
    cd BuildMCPServer
    uv venv
    source .venv/bin/activate
    uv add .
    uv add ".[dev]"
    uv run mcp dev server.py
  3. エージェントを実行するには、別のターミナルで次のコマンドを実行します。
    source .venv/bin/activate
    uv run singleflowagent.py

FastAPIホスト型MLサーバーの起動

git clone https://github.com/nicknochnack/CodeThat-FastML
cd CodeThat-FastML
pip install -r requirements.txt
uvicorn mlapi:app --reload
作り方の詳しい説明はここでもご覧いただけます

その他の参考資料 🔗

  • MCP クライアントの構築 (シングルフロー エージェントで使用)
  • MLサーバーを構築するオリジナルビデオ

誰が、いつ、なぜ?

👨🏾‍💻 作者: Nick Renotte 📅 バージョン: 1.x 📜 ライセンス: このプロジェクトは MIT ライセンスの下でライセンスされています

-
security - not tested
F
license - not found
-
quality - not tested

トレーニング済みの Random Forest モデルを Bee Framework と統合し、AI ツールとエージェントの ReAct インタラクションを可能にするサーバー。

  1. ライブで動作を確認してください📺
    1. MCP サーバーの起動 🚀
      1. FastAPIホスト型MLサーバーの起動
        1. その他の参考資料 🔗
          1. 誰が、いつ、なぜ?

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              This server facilitates the invocation of AI models from providers like Anthropic, OpenAI, and Groq, enabling users to manage and configure large language model interactions seamlessly.
              Last updated -
              9
              Python
              MIT License
            • -
              security
              F
              license
              -
              quality
              This server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
              Last updated -
              13
              TypeScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that provides AI assistants access to the Beeminder API, allowing them to help users track goals, manage datapoints, and interact with Beeminder's self-commitment tools through natural language.
              Last updated -
              2
              Python
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A server that provides rich UI context and interaction capabilities to AI models, enabling deep understanding of user interfaces through visual analysis and precise interaction via Model Context Protocol.
              Last updated -
              24
              Python
              • Linux
              • Apple

            View all related MCP servers

            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/nicknochnack/BuildMCPServer'

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