docs: Add ClearML MCP to README #2335
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds a new MCP-compatible server for ClearML, the open-source MLOps platform.
The
clearml-mcpserver exposes the core functionality of the ClearML SDK as a collection of 14 tools that LLM agents can use. This allows agents to perform a wide range of MLOps tasks, such as:This integration empowers AI agents to become active participants in the machine learning lifecycle. The server can be found at https://github.com/prass-d/clearml-mcp.
Server Details
clearmlMotivation and Context
The goal is to bridge the gap between large language models and MLOps platforms. By providing a toolset for ClearML, we enable developers to build autonomous agents that can manage ML workflows, automate experiment tracking, and interact with MLOps infrastructure programmatically through natural language or agentic systems.
This solves the problem of needing bespoke scripts and manual intervention for many common MLOps tasks, allowing them to be orchestrated by an LLM.
How Has This Been Tested?
The server has been thoroughly tested:
demo.castin the repository demonstrates a live session.Breaking Changes
None. This is a new server addition.
Types of changes
Checklist
Additional context
The
clearml-mcpserver is designed to be lightweight and easy to deploy. It relies on a standardclearml.conffile for authentication, so no special environment variables are needed beyond what a standard ClearML user would have. The project usesuvfor dependency management.