MLflow Prompt Registry MCP Server
MLflow 提示注册表 MCP 服务器
MLflow Prompt Registry的模型上下文协议 (MCP) 服务器,支持访问 MLflow 中管理的提示模板。
此服务器实现了MCP Prompts 规范,用于发现和使用来自 MLflow Prompt Registry 的提示模板。其主要用例是在 Claude Desktop 中加载来自 MLflow 的提示模板,以便用户方便地指导 Claude 执行重复性任务或常见工作流程。

工具
list-prompts列出可用的提示
输入:
cursor(可选字符串):分页光标filter(可选字符串):过滤提示
返回:提示对象列表
get-prompt检索并编译特定提示
输入:
name(字符串):要检索的提示的名称arguments(可选对象):带有提示变量的 JSON 对象
返回:编译后的提示对象
Related MCP server: PromStack MCP Server
设置
1:安装MLflow并启动提示注册表
如果您尚未托管 Prompt Registry,请安装并启动 MLflow 服务器:
pip install mlflow>=2.21.1
mlflow server --port 50002:在 MLflow 中创建提示模板
如果您还没有,请按照本指南在 MLflow 中创建提示模板。
3:搭建 MCP 服务器
npm install
npm run build4:将服务器添加到Claude Desktop
通过编辑claude_desktop_config.json配置 Claude for Desktop:
{
"mcpServers": {
"mlflow": {
"command": "node",
"args": ["<absolute-path-to-this-repository>/dist/index.js"],
"env": {
"MLFLOW_TRACKING_URI": "http://localhost:5000"
}
}
}
}确保将MLFLOW_TRACKING_URI替换为您的实际 MLflow 服务器地址。
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
- AlicenseNot gradedqualityCmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.174MIT
- 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.59MIT
- 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.2023MIT
- 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