MLflow Prompt Registry MCP Server
Servidor MCP del registro de avisos de MLflow
Servidor de Protocolo de contexto de modelo (MCP) para el registro de indicaciones de MLflow , que permite el acceso a las plantillas de indicaciones administradas en MLflow.
Este servidor implementa la especificación MCP Prompts para descubrir y usar plantillas de prompts del Registro de Prompts de MLflow. El uso principal es cargar plantillas de prompts de MLflow en Claude Desktop, lo que permite a los usuarios configurar a Claude fácilmente para tareas repetitivas o flujos de trabajo comunes.

Herramientas
list-promptsLista de indicaciones disponibles
Entradas:
cursor(cadena opcional): Cursor para paginaciónfilter(cadena opcional): filtro para indicaciones
Devuelve: Lista de objetos de solicitud
get-promptRecuperar y compilar un mensaje específico
Entradas:
name(cadena): nombre del mensaje a recuperararguments(objeto opcional): objeto JSON con variables de solicitud
Devuelve: objeto de solicitud compilado
Related MCP server: PromStack MCP Server
Configuración
1: Instalar MLflow e iniciar el registro del símbolo del sistema
Instale e inicie un servidor MLflow si aún no lo ha hecho para alojar el Registro de Prompt:
pip install mlflow>=2.21.1
mlflow server --port 50002: Crea una plantilla de solicitud en MLflow
Si aún no lo ha hecho, cree una plantilla de solicitud en MLflow siguiendo esta guía .
3: Construir el servidor MCP
npm install
npm run build4: Agrega el servidor a Claude Desktop
Configure Claude para escritorio editando claude_desktop_config.json :
{
"mcpServers": {
"mlflow": {
"command": "node",
"args": ["<absolute-path-to-this-repository>/dist/index.js"],
"env": {
"MLFLOW_TRACKING_URI": "http://localhost:5000"
}
}
}
}Asegúrese de reemplazar MLFLOW_TRACKING_URI con su dirección de servidor MLflow real.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.174MIT
- 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.59MIT
- 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.2023MIT
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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