Skip to main content
Glama
B-Step62

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 객체

    • 반환: 컴파일된 프롬프트 객체

Related MCP server: PromStack MCP Server

설정

1: MLflow 설치 및 프롬프트 레지스트리 시작

Prompt Registry를 호스팅하려면 아직 MLflow 서버가 없다면 설치하고 시작하세요.

지엑스피1

2: MLflow에서 프롬프트 템플릿 만들기

아직 만들지 않았다면 이 가이드 에 따라 MLflow에서 프롬프트 템플릿을 만드세요.

3: MCP 서버 구축

npm install
npm run build

4: Claude Desktop에 서버 추가

claude_desktop_config.json 편집하여 Claude를 데스크탑용으로 구성합니다.

{
  "mcpServers": {
    "mlflow": {
      "command": "node",
      "args": ["<absolute-path-to-this-repository>/dist/index.js"],
      "env": {
        "MLFLOW_TRACKING_URI": "http://localhost:5000"
      }
    }
  }
}

MLFLOW_TRACKING_URI 실제 MLflow 서버 주소로 바꿔야 합니다.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    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.
    174
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    Enables 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.
    5
    9
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Allows 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.
    20
    23
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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