Back to directory
b-step62/mcp-server-mlflow

b-step62/mcp-server-mlflow

@B-Step62

MCP server for accessing prompts stored in MLflow Prompt Registry

mlflowpromptsmcpcontexttypescriptaillm

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17