Odel
mlflow mcp server

mlflow mcp server

Local
@us-all1TypeScriptMITUpdated 1mo ago

MLflow MCP — experiments, runs, registered models, versions, traces, assessments (MLflow 3)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@us-all/mlflow-mcpv1.12.7

Run

npx -y @us-all/mlflow-mcp

MCP client config

{
  "mcpServers": {
    "mlflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/mlflow-mcp"
      ]
    }
  }
}