mlflow-mcp.md

MLflow MCP

from"mlflow"
650

MLflow experiment tracking and model registry

AI & ML
MLflowMLOpsmodelsregistry
install.sh
# Clone the repository
$git clone https://github.com/mlflow/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve