Skip to main content
Glama

MCP Server for ML Model Integration

by nicknochnack

MCP 서버 구축

훈련된 랜덤 포레스트 모델을 제공하고 ReAct 상호 작용을 위해 Bee 프레임워크와 통합하는 MCP 서버를 구축하는 방법에 대한 전체적인 연습입니다.

라이브로 직접 확인해보세요 📺

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 클라이언트 구축(SingleFlow 에이전트에서 사용)
  • ML 서버를 구축하는 원본 비디오

누가, 언제, 왜?

👨🏾‍💻 저자: Nick Renotte 📅 버전: 1.x 📜 라이선스: 이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

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

훈련된 랜덤 포레스트 모델을 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