Skip to main content
Glama

MCP Server for ML Model Integration

by nicknochnack

Construir un servidor MCP

Un tutorial completo sobre cómo construir un servidor MCP para servir un modelo de Random Forest entrenado e integrarlo con Bee Framework para la interactividad de ReAct.

Míralo en vivo y en acción 📺

Servidor MCP de inicio 🚀

  1. Clonar este repositorio git clone https://github.com/nicknochnack/BuildMCPServer
  2. Para ejecutar el servidor MCP
    cd BuildMCPServer
    uv venv
    source .venv/bin/activate
    uv add .
    uv add ".[dev]"
    uv run mcp dev server.py
  3. Para ejecutar el agente, en una terminal separada, ejecute:
    source .venv/bin/activate
    uv run singleflowagent.py

Servidor ML alojado de FastAPI para startups

git clone https://github.com/nicknochnack/CodeThat-FastML
cd CodeThat-FastML
pip install -r requirements.txt
uvicorn mlapi:app --reload
Las instrucciones detalladas sobre cómo construirlo también se pueden encontrar aquí.

Otras referencias 🔗

  • Creación de clientes MCP (utilizados en el agente de flujo único)
  • Vídeo original donde construyo el servidor ML

¿Quién, cuándo, por qué?

👨🏾‍💻 Autor: Nick Renotte 📅 Versión: 1.x 📜 Licencia: Este proyecto está licenciado bajo la Licencia MIT

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

Un servidor que integra modelos de Random Forest entrenados con Bee Framework, lo que permite la interactividad de ReAct para herramientas y agentes de IA.

  1. Míralo en vivo y en acción 📺
    1. Servidor MCP de inicio 🚀
      1. Servidor ML alojado de FastAPI para startups
        1. Otras referencias 🔗
          1. ¿Quién, cuándo, por qué?

            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