MLflow Prompt Registry MCP Server provides a bridge between Claude Desktop and MLflow's Prompt Registry, enabling users to discover and use prompt templates managed in MLflow directly within Claude. Developed by B-Step62, this TypeScript implementation exposes two main tools: 'list-prompts' for browsing available templates and 'get-prompt' for retrieving and compiling specific prompts with variable substitution. The server connects to MLflow's API to fetch prompt metadata and content, then formats it according to the MCP specification. This integration is particularly valuable for teams already using MLflow for prompt management who want to streamline their prompt engineering workflow by accessing their templates directly in Claude Desktop.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List available prompts. Inputs: cursor (optional string), filter (optional string). Returns: List of prompt objects.
Retrieve and compile a specific prompt. Inputs: name (string), arguments (optional object). Returns: Compiled prompt object.