MLflow (ML Lifecycle Management) Connector for AI agents.
6 live capabilities
Manage your MLOps experiment tracking and model registry with natural language.
Waiting for input…
Why people use MLflow (ML Lifecycle Management)
MLflow for MLOps Experiment Tracking
With this Connector, you just ask your agent to find the best run from last Tuesday and tell you the loss curve. You get the answer in seconds without ever leaving your workspace.
What Vinkius changes
You get a conversational interface for your entire MLflow tracking and registry setup.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed run
A researcher asks their agent to compare the loss curves of the last five runs to see if a learning rate change helped.
- Real-world use case 02
Production Audit
An MLOps lead asks what models are currently in staging and wants the source run ID for the latest version.
- Real-world use case 03
Artifact Retrieval
An engineer needs to find the specific model.
Complete set · 6capabilities
The complete MLflow (ML Lifecycle Management) capability set.
These are the exact actions your AI can choose when you ask it to work with MLflow (ML Lifecycle Management).
01—03
3 capabilities in this set.
Part of 6 available through MLflow (ML Lifecycle Management).
- 01 Capability
Get experiment
Retrieve the full configuration and metadata for a specific experiment ID. Use this to see the exact setup of a past project.
- 02 Capability
Search runs
Filter and locate specific training runs within a selected experiment. It helps you narrow down hundreds of runs to the few you need.
- 03 Capability
Get run
Retrieve the exact parameters and performance metrics for a single run. This gives you a clear view of how one specific session performed.
04—06
3 capabilities in this set.
Part of 6 available through MLflow (ML Lifecycle Management).
- 04 Capability
Search registered models
Query the global registry to see which models are active in production. This is the fastest way to audit your live models.
- 05 Capability
List artifacts
Get the file paths and storage locations for artifacts saved during a run. Use this to find the exact location of your model blobs.
- 06 Capability
Search experiments
Find specific experiments in your MLflow instance by name or metadata. This helps you quickly locate the right project history.
Set up in minutes
One URL. Then ask MLflow (ML Lifecycle Management) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MLflow (ML Lifecycle Management) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MLflow (ML Lifecycle Management), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MLflow (ML Lifecycle Management) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MLflow (ML Lifecycle Management) URL.
- Step 03
Save and start
Save the connection and enable MLflow (ML Lifecycle Management) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mlflow-ml-lifecycle-management": {
"url": "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MLflow (ML Lifecycle Management)
Open Agent mode in chat and ask: "Using MLflow (ML Lifecycle Management), help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mlflow-ml-lifecycle-management": {
"url": "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MLflow (ML Lifecycle Management)
Ask Copilot: "Using MLflow (ML Lifecycle Management), help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mlflow-ml-lifecycle-management": {
"url": "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MLflow (ML Lifecycle Management)
Open Cascade and ask: "Using MLflow (ML Lifecycle Management), help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mlflow-ml-lifecycle-management": {
"url": "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MLflow (ML Lifecycle Management)
Ask Cline: "Using MLflow (ML Lifecycle Management), help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mlflow-ml-lifecycle-management --transport http "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MLflow (ML Lifecycle Management)
Ask Claude: "Using MLflow (ML Lifecycle Management), show me...". 6 tools are ready
Where the request belongs
Work MLflow can move forward.
Data scientists and ML engineers who are tired of clicking through complex dashboards to find specific training data or verify model versions.
Data Scientist
Uses the Connector to quickly compare accuracy metrics across dozens of experiments without opening a browser.
ML Engineer
Verifies artifact storage locations and model version history during production deployments.
MLOps Engineer
Audits the global model registry to ensure consistent deployment of high-performing models.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNeptune.ai (ML Experiment Tracking)
Manage ML experiments via Neptune.ai. track training runs, monitor metrics, and audit model versions.
DVC
Manage ML experiments via DVC. track projects and views, audit experiments history, and monitor model runs directly from any AI agent.
Comet ML
Manage machine learning experiments via Comet. track model metrics, audit project workspaces, and inspect ML run parameters directly from any AI agent.
Weights & Biases
Track experiments, monitor ML runs, and manage artifacts on WandB. the developer platform for AI.
DataRobot
Manage AutoML via DataRobot. monitor projects and models, track deployments, and audit ML datasets directly from any AI agent.
Arize AI
Monitor ML model performance, detect data drift, and troubleshoot prediction quality with real-time observability dashboards.
Bring your own AI
Change the model, client or framework. Keep MLflow connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MLflow.
The practical details behind the request, access and result.
Can the MLflow MCP help me find old training runs?
Yes, it allows your agent to search through your historical experiments by name or metadata to find specific sessions from the past.
How do I use the MLflow MCP to check production models?
You can simply ask your agent to query the global registry. It will list which models are currently live, their versions, and their status.
Can my agent see the specific metrics from an MLflow run?
Yes, your agent can pull exact parameters and performance metrics for any specific run ID to help you debug or compare results.
Does the MLflow MCP support looking up saved artifacts?
It can list the static artifacts attached to a run, such as model files or visualization images, and provide their storage paths.
How do I connect my MLflow instance to this Connector?
You just need to provide your MLflow Tracking URI and your Tracking Token in your AI client settings after subscribing on Vinkius.
Can I use this to compare different MLflow experiments?
Yes, your agent can aggregate logs from multiple sessions to identify trends and compare model performance across different historical runs.
Can I see the metrics for a specific training run through my agent?
Yes. Use the get_run capability with a specific Run ID. Your agent will retrieve the detailed telemetry logged during that training session, including scalars like accuracy, loss, or any custom performance metrics you've defined.
How do I check which models are ready for production in the registry?
The search_registered_models capability allows your agent to query the global model registry. You can identify models that have been explicitly promoted to production or staging environments, helping you track deployment states across your project.
Can my agent list the plots or model files saved in a specific run?
Absolutely. Use the list_artifacts capability with a specific Run ID. Your agent will report all physical storage boundaries, including stored model blobs (e.g., .pkl, .h5) and saved image plots, ensuring you can locate critical training artifacts instantly.
One connection away
Give your agent a direct line to MLflow.
Connect MLflow once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available