MLflow MCP Server provides a natural language interface to MLflow tracking servers through the Model Context Protocol. It exposes core MLflow functionality as standardized tools that AI assistants can use to query and manage machine learning experiments and models. The server connects to a local MLflow instance and offers tools for listing registered models, exploring experiments, retrieving detailed model information, and checking system status - making it valuable for data scientists who want to interact with their MLflow environment using conversational AI rather than programming interfaces.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Lists all registered models in the MLflow model registry.
Lists all experiments in the MLflow tracking server.
Gets detailed information about a specific registered model.
Gets information about the MLflow tracking server and system.