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
              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 -
              55
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Integrates with the AgentCraft framework to enable secure communication and data exchange between AI agents, supporting both premade and custom enterprise AI agents.
              Last updated -
              1
              Python
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.
              Last updated -
              3
              680
              4
              TypeScript

            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