Mlflow Prompt Registry
CreatedB-Step62
Exposes prompts stored in an MLflow Prompt Registry via the Model Context Protocol (MCP).
About
This server implements the Model Context Protocol (MCP) Prompts specification, enabling access to prompt templates managed within an MLflow Prompt Registry. It allows users to discover and utilize these prompts, particularly for integration with tools like Claude Desktop, streamlining the process of instructing Claude for repetitive tasks or common workflows by loading prompt templates directly from MLflow.
Key Features
- Supports filtering prompts based on specified criteria.
- Retrieves and compiles specific prompts by name.
- Lists available prompts with optional cursor-based pagination.
- 1 GitHub stars
- Integrates with Claude Desktop for seamless prompt usage.
- Accepts JSON object as arguments for prompt variables during compilation.
Use Cases
- Using pre-defined prompts in Claude Desktop for task automation.
- Managing and accessing prompt templates stored in MLflow.
- Integrating MLflow prompt templates with other applications via MCP.