Loading MCP server directory, please wait...
MLflow MCP — experiments, runs, registered models, versions, traces, assessments (MLflow 3)
npx @getmcp/cli add io.github.us-all/mlflowRequires Node.js 18+. Community-contributed server. Review source before installing.
MLFLOW_TRACKING_URIMLflow tracking server URI (e.g. http://localhost:5050, https://mlflow.example.com).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.us-all/mlflow": {
"command": "npx",
"args": [
"-y",
"@us-all/mlflow-mcp"
],
"env": {
"MLFLOW_TRACKING_URI": "",
"MLFLOW_TRACKING_TOKEN": "",
"MLFLOW_TRACKING_USERNAME": "",
"MLFLOW_TRACKING_PASSWORD": "",
"MLFLOW_EXPERIMENT_ID": "",
"MLFLOW_TOOLS": "",
"MLFLOW_DISABLE": "",
"MLFLOW_ALLOW_WRITE": "false"
}
}
}
}