wyoloservice2_mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEURALFORGE_API_URL | Yes | The Base URL of the NeuralForgeAI cluster API (e.g., http://192.168.10.252:23442) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_cluster_credentialsA | Save the cluster IP and Samba CIFS credentials to a local configuration file. The agent should call this tool when the user provides the cluster IP and credentials. |
| get_cluster_statusA | Get the overall status of the NeuralForgeAI cluster, including health metrics, active celery workers (invokers), and the current tasks queue. |
| get_study_detailsA | Get detailed telemetry and status of a specific YOLO training study. Returns progress, active invoker, and current trial metrics. IMPORTANT WORKFLOW FOR AGENTS: When the user asks 'how is my training going?' (or similar) without providing a study_id:
|
| cancel_studyA | Cancel a running training study by its ID. This will stop the active trials and terminate the executor containers. |
| generate_training_yamlA | Generate a NeuralForgeAI training YAML configuration file and save it to disk. This allows the user to inspect the file before launching the training. Returns the absolute path to the generated YAML file. |
| launch_trainingA | Submit a locally saved YOLO training YAML configuration to the NeuralForgeAI cluster.
Use this after the user has reviewed and approved the YAML file generated by |
| check_dataset_pathB | Verify if a dataset path exists on the remote Samba share by spinning up a lightweight Docker container. |
| validate_dataset_advancedB | Validates a YOLO dataset structure by running an inspection script inside a Docker container connected to the remote CIFS share. Supports detect/segment (yaml) and classify (directory). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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