mlflowMCPServer
7
MLflow MCP Server is a project that offers a natural language interface to interact with MLflow's functionalities, making it easier to query MLflow tracking servers using conversational AI. It connects to an MLflow server via the Model Context Protocol, enabling users to manage experiments and models more intuitively.
list_models
List all registration models in the MLflow model registry
list_experiments
List all experiments in the MLflow tracking server
get_model_details
Get detailed information about a specific registration model
get_system_info
Get information about MLflow tracking server and system