MLflow プロンプトレジストリ MCP サーバー
MLflow プロンプト レジストリ用のモデル コンテキスト プロトコル (MCP) サーバー。MLflow で管理されるプロンプト テンプレートへのアクセスを可能にします。
このサーバーは、MLflowプロンプトレジストリからプロンプトテンプレートを検出して使用するためのMCPプロンプト仕様を実装しています。主なユースケースは、Claude DesktopでMLflowからプロンプトテンプレートを読み込み、ユーザーが繰り返しのタスクや一般的なワークフローをClaudeに簡単に指示できるようにすることです。
ツール
list-prompts
- 利用可能なプロンプトを一覧表示する
- 入力:
cursor
(オプションの文字列):ページ区切りのカーソルfilter
(オプションの文字列):プロンプトのフィルター
- 戻り値: プロンプトオブジェクトのリスト
get-prompt
- 特定のプロンプトを取得してコンパイルする
- 入力:
name
(文字列): 取得するプロンプトの名前arguments
(オプションオブジェクト):プロンプト変数を含むJSONオブジェクト
- 戻り値: コンパイルされたプロンプトオブジェクト
設定
1: MLflowをインストールし、プロンプトレジストリを起動する
プロンプト レジストリをホストするためにまだ MLflow サーバーをインストールして起動していない場合は、インストールして起動します。
2: MLflowでプロンプトテンプレートを作成する
まだ作成していない場合は、このガイドに従って MLflow でプロンプト テンプレートを作成してください。
3: MCPサーバーの構築
4: Claude Desktopにサーバーを追加する
claude_desktop_config.json
を編集して、Claude for Desktop を構成します。
MLFLOW_TRACKING_URI
実際の MLflow サーバー アドレスに置き換えてください。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude Desktop を通じて MLflow で管理されているプロンプト テンプレートへのアクセスを有効にし、ユーザーは繰り返しのタスクや一般的なワークフロー用に保存されたテンプレートを使用して Claude に指示を出すことができます。
Related MCP Servers
- AsecurityAlicenseAqualityEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.Last updated -24TypeScriptMIT License
- AsecurityAlicenseAqualityEnables creation, management, and templating of prompts through a simplified SOLID architecture, allowing users to organize prompts by category and fill in templates at runtime.Last updated -61,3856TypeScriptMIT License
- AsecurityFlicenseAqualityA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.Last updated -15Python
- -securityAlicense-qualityEnables Claude to interact with Webflow's APIs, allowing access to site information, collections, and other Webflow resources.Last updated -TypeScriptMIT License