MLflow Prompt Registry MCP Server
Connects to MLflow Prompt Registry, allowing access to managed prompt templates through MCP, with tools for listing available prompts and retrieving specific prompts with variable arguments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MLflow Prompt Registry MCP Serverget the 'code-review' prompt template with my latest changes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MLflow Prompt Registry MCP Server
Model Context Protocol (MCP) Server for MLflow Prompt Registry, enabling access to prompt templates managed in MLflow.
This server implements the MCP Prompts specification for discovering and using prompt templates from MLflow Prompt Registry. The primary use case is to load prompt templates from MLflow in Claude Desktop, allowing users to instruct Claude conveniently for repetitive tasks or common workflows.

Tools
list-promptsList available prompts
Inputs:
cursor(optional string): Cursor for paginationfilter(optional string): Filter for prompts
Returns: List of prompt objects
get-promptRetrieve and compile a specific prompt
Inputs:
name(string): Name of the prompt to retrievearguments(optional object): JSON object with prompt variables
Returns: Compiled prompt object
Related MCP server: PromStack MCP Server
Setup
1: Install MLflow and Start Prompt Registry
Install and start an MLflow server if you haven't already to host the Prompt Registry:
pip install mlflow>=2.21.1
mlflow server --port 50002: Create a prompt template in MLflow
If you haven't already, create a prompt template in MLflow following this guide.
3: Build MCP Server
npm install
npm run build4: Add the server to Claude Desktop
Configure Claude for Desktop by editing claude_desktop_config.json:
{
"mcpServers": {
"mlflow": {
"command": "node",
"args": ["<absolute-path-to-this-repository>/dist/index.js"],
"env": {
"MLFLOW_TRACKING_URI": "http://localhost:5000"
}
}
}
}Make sure to replace the MLFLOW_TRACKING_URI with your actual MLflow server address.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.172MIT
- AlicenseDqualityDmaintenanceEnables Claude Desktop and other MCP-compatible tools to directly access and execute prompts from PromStack, including prompt discovery, selection recommendations, and exporting prompts as Claude Skills.510MIT
- AlicenseAqualityDmaintenanceAllows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.2022MIT
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT
Related MCP Connectors
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/B-Step62/mcp-server-mlflow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server