ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use MLflow with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage ML lifecycle via MLflow. track training runs, monitor metrics, and audit the model registry.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete MLflow capability set.

These are the exact actions your AI can choose when you ask it to work with MLflow.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through MLflow.

  1. 01

    Search registered models

    Search the MLflow Global Model Registry

  2. 02

    Search runs

    Search exact Model Training Runs across specific Experiments

  3. 03

    List artifacts

    List static artifacts attached over a specific Run

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through MLflow.

  1. 04

    Search experiments

    Search all MLflow registered Experiments explicitly

  2. 05

    Get experiment

    Get an explicit explicit MLflow Experiment by ID configuration

  3. 06

    Get run

    Get parameters and metrics mapping a specific atomic Run ID

Observed, not estimated

825ms average. Fast in production.

MLflow is checked daily against the live service.

Daily averagePeak 1064ms
Aug 20Today
Fastest day
666ms
Slowest day
1064ms
14-day trend
Stable+2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of MLflow, so you can see the experience inside your AI.

It does not authenticate your account with MLflow. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

MLflow Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — MLflow capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mlflow-ml-lifecycle-management-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_O0ZBpwFtJKVOQRXy98KSjGZvQNA27XEpDUDcFNyB/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions MLflow owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.