accessing-mlflow

Search MLflow runs by invocation_id to retrieve metrics, artifacts, and logs.

2.8k|332|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/NVIDIA/skills --skill accessing-mlflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessing-mlflow
Source: https://github.com/NVIDIA/skills/tree/main/skills/NeMo-Evaluator-Launcher/accessing-mlflow
Command: npx skills add https://github.com/NVIDIA/skills --skill accessing-mlflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables agents to query and browse evaluation results stored in MLflow, including runs, metrics, and artifacts, via the MCP server and related tooling.

Core Features & Use Cases

  • Search MLflow runs by invocation_id or tags to locate relevant evaluation results.
  • Query runs across experiments to compare metrics, fetch configurations and artifacts, and retrieve logs.
  • Use cases include comparing model performance, inspecting results by invocation, and extracting artifacts for reporting.

Quick Start

Install and configure the MLflow MCP server, then begin querying runs by invocation_id.

Frequently Asked Questions about accessing-mlflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query MLflow runs by invocation_id to find evaluation results?

To query MLflow runs by invocation_id, you can search across experiments to locate specific evaluation results. This Skill surfaces only successful runs, allowing you to retrieve and compare metrics, configurations, and artifacts deterministically through the MCP server.

Can I compare model performance metrics across different MLflow experiments?

Yes, you can compare model performance metrics across different MLflow experiments. The Skill queries runs by model or task, retrieving metrics, artifacts, and logs to facilitate direct comparison of evaluation results stored in MLflow.

What is the best way to retrieve artifacts and logs from successful MLflow runs?

The best way to retrieve artifacts and logs from successful MLflow runs is by accessing them through the MCP server. This approach ensures deterministic analysis by exclusively surfacing successful runs and fetching their associated artifacts and configurations.

Does querying MLflow results require an MCP server to access artifacts?

Yes, accessing MLflow artifacts requires configuring the MLflow MCP server. Once installed, the server enables you to query runs by invocation_id or tags, browse evaluation results, and retrieve artifacts, configs, and metrics for deterministic analysis.

Why am I only seeing successful MLflow runs when browsing evaluation results?

You are only seeing successful MLflow runs because the Skill intentionally filters and surfaces exclusively successful runs. This constraint ensures deterministic analysis by preventing failed or incomplete runs from cluttering the evaluation results retrieved via the MCP server.