Skip to content

Conversation

kkruglik
Copy link

Description

Adding MLflow MCP server to the community servers list in README.md.

Server Details

  • Server: MLflow (new entry)
  • Changes to: Community servers documentation section

Motivation and Context

This adds the MLflow MCP server (https://github.com/kkruglik/mlflow-mcp) to the community servers list, making it discoverable for users who want to interact with MLflow tracking servers through natural language. The server enables querying experiments, analyzing runs, comparing metrics, and accessing the model registry.

The server is published on PyPI and can be installed via pip install mlflow-mcp or run directly with uvx mlflow-mcp.

How Has This Been Tested?

The server has been tested with Claude Desktop. Testing included:

  • Querying experiments and runs
  • Comparing metrics across multiple runs
  • Browsing and downloading artifacts
  • Accessing the model registry
  • Tag-based run filtering and sorting

Breaking Changes

None - this is a documentation update only.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally (no test suite in project)
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant