Skip to main content
Glama
wisrovi
by wisrovi

wyoloservice2_mcp

Servidor de Model Context Protocol (MCP) para el clúster Train Service 2 / NeuralForgeAI. Permite a los agentes de Inteligencia Artificial conectarse nativamente para inspeccionar y controlar los entrenamientos de YOLO.

Instalación

Instala el paquete y sus dependencias (FastMCP) usando pip:

pip install -e .

Related MCP server: Kubeflow MCP Server

Uso con un Cliente MCP (ej. Claude Desktop o Antigravity)

Añade este servidor a tu archivo de configuración MCP (por ejemplo, en mcp_servers.json):

{
  "mcpServers": {
    "neuralforge-mcp": {
      "command": "wyolo-mcp",
      "env": {
        "NEURALFORGE_API_URL": "http://192.168.10.252:23442"
      }
    }
  }
}

Herramientas Expuestas

  1. get_cluster_status: Comprueba si la API y Celery están online.

  2. get_study_details(study_id): Recupera métricas, progresos y el worker activo de un estudio.

  3. cancel_study(study_id): Fuerza la cancelación de un estudio y mata los contenedores efímeros.

  4. launch_training(config): Envía un nuevo estudio YOLO a la cola.

  5. check_dataset_path(path): Verifica localmente si un volumen o ruta de dataset existe antes de lanzar entrenamientos para evitar fallos.

A
license - permissive license
-
quality - not tested
B
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.

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/wisrovi/wyoloservice2_mcp'

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