Skip to main content
Glama

MLflow Prompt Registry MCP Server

by B-Step62

MLflow プロンプトレジストリ MCP サーバー

MLflow プロンプト レジストリ用のモデル コンテキスト プロトコル (MCP) サーバー。MLflow で管理されるプロンプト テンプレートへのアクセスを可能にします。

このサーバーは、MLflowプロンプトレジストリからプロンプトテンプレートを検出して使用するためのMCPプロンプト仕様を実装しています。主なユースケースは、Claude DesktopでMLflowからプロンプトテンプレートを読み込み、ユーザーが繰り返しのタスクや一般的なワークフローをClaudeに簡単に指示できるようにすることです。

ツール

  • list-prompts
    • 利用可能なプロンプトを一覧表示する
    • 入力:
      • cursor (オプションの文字列):ページ区切りのカーソル
      • filter (オプションの文字列):プロンプトのフィルター
    • 戻り値: プロンプトオブジェクトのリスト
  • get-prompt
    • 特定のプロンプトを取得してコンパイルする
    • 入力:
      • name (文字列): 取得するプロンプトの名前
      • arguments (オプションオブジェクト):プロンプト変数を含むJSONオブジェクト
    • 戻り値: コンパイルされたプロンプトオブジェクト

設定

1: MLflowをインストールし、プロンプトレジストリを起動する

プロンプト レジストリをホストするためにまだ MLflow サーバーをインストールして起動していない場合は、インストールして起動します。

pip install mlflow>=2.21.1 mlflow server --port 5000

2: MLflowでプロンプトテンプレートを作成する

まだ作成していない場合は、このガイドに従って MLflow でプロンプト テンプレートを作成してください。

3: MCPサーバーの構築

npm install npm run build

4: 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 サーバー アドレスに置き換えてください。

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop を通じて MLflow で管理されているプロンプト テンプレートへのアクセスを有効にし、ユーザーは繰り返しのタスクや一般的なワークフロー用に保存されたテンプレートを使用して Claude に指示を出すことができます。

  1. ツール
    1. 設定
      1. 1: MLflowをインストールし、プロンプトレジストリを起動する
      2. 2: MLflowでプロンプトテンプレートを作成する
      3. 3: MCPサーバーの構築
      4. 4: Claude Desktopにサーバーを追加する

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things on your Cloudflare account.
      Last updated -
      2
      1,778
      2,816
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      Facilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.
      Last updated -
      124
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A custom Model Context Protocol server that gives Claude Desktop and other LLMs access to file system operations and command execution capabilities through standardized tool interfaces.
      Last updated -
      24
      Python
      Apache 2.0
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that saves prompts with timestamps and allows users to list previously saved prompts for Claude Desktop.
      Last updated -
      2
      150
      1
      JavaScript
      • Apple

    View all related MCP servers

    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