MLflow Prompt Registry MCP Server
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 build4: 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 서버 주소로 바꿔야 합니다.
This server cannot be deployed
Maintenance
Related MCP Connectors
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines.
- PromptOTOAuthcom.promptot
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
Manage your IoT device fleet directly from Claude. Create device templates with datastreams and events, provision new devices, read live sensor data, and control outputs. The Blynk connector integrates with the Blynk IoT platform, enabling direct configuration and monitoring of connected devices and infrastructure.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.173MIT
- 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.57 npmMIT
- 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.2015 npmMIT
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT