Skip to main content
Glama
wisrovi
by wisrovi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEURALFORGE_API_URLYesThe Base URL of the NeuralForgeAI cluster API (e.g., http://192.168.10.252:23442)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  1. DO NOT ask the user for the study_id immediately.

  2. First, search the current working directory for .yaml files.

  3. Read the discovered .yaml files to check if they contain a study_id field.

  4. If you find a study_id inside a YAML file, automatically use this tool with that ID to check its status.

  5. Only ask the user for the ID or file path if you cannot find any .yaml files with a study_id in the current directory.

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 generate_training_yaml.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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