A
securityA
licenseA
qualityEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.
Last updated -
2
4
TypeScript
MIT License
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.
MLflow Prompt Registry的模型上下文协议 (MCP) 服务器,支持访问 MLflow 中管理的提示模板。
此服务器实现了MCP Prompts 规范,用于发现和使用来自 MLflow Prompt Registry 的提示模板。其主要用例是在 Claude Desktop 中加载来自 MLflow 的提示模板,以便用户方便地指导 Claude 执行重复性任务或常见工作流程。
list-prompts
cursor
(可选字符串):分页光标filter
(可选字符串):过滤提示get-prompt
name
(字符串):要检索的提示的名称arguments
(可选对象):带有提示变量的 JSON 对象如果您尚未托管 Prompt Registry,请安装并启动 MLflow 服务器:
如果您还没有,请按照本指南在 MLflow 中创建提示模板。
通过编辑claude_desktop_config.json
配置 Claude for Desktop:
确保将MLFLOW_TRACKING_URI
替换为您的实际 MLflow 服务器地址。
This server cannot be installed
通过 Claude Desktop 访问 MLflow 中管理的提示模板,允许用户使用保存的模板指导 Claude 执行重复性任务或常见工作流程。