Serversio.github.us-all/mlflow
M

io.github.us-all/mlflow

io.github.us-all/mlflow · v1.11.2
▦ npm
v1.11.2npm npm: @us-all/mlflow-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.us-all/mlflow",
  "description": "MLflow MCP — experiments, runs, registered models, versions, traces, assessments (MLflow 3)",
  "repository": {
    "url": "https://github.com/us-all/mlflow-mcp-server",
    "source": "github"
  },
  "version": "1.11.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@us-all/mlflow-mcp",
      "version": "1.11.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MLflow tracking server URI (e.g. http://localhost:5050, https://mlflow.example.com).",
          "isRequired": true,
          "name": "MLFLOW_TRACKING_URI"
        },
        {
          "description": "Bearer token for authenticated MLflow servers (e.g. Databricks).",
          "isSecret": true,
          "name": "MLFLOW_TRACKING_TOKEN"
        },
        {
          "description": "Basic-auth username (alternative to token).",
          "name": "MLFLOW_TRACKING_USERNAME"
        },
        {
          "description": "Basic-auth password (alternative to token).",
          "isSecret": true,
          "name": "MLFLOW_TRACKING_PASSWORD"
        },
        {
          "description": "Default experiment ID for run-creation tools.",
          "name": "MLFLOW_EXPERIMENT_ID"
        },
        {
          "description": "Comma-separated category allowlist. Default: all categories enabled.",
          "name": "MLFLOW_TOOLS"
        },
        {
          "description": "Comma-separated category disablelist.",
          "name": "MLFLOW_DISABLE"
        },
        {
          "description": "Set to 'true' to enable write/destructive tools. Default read-only.",
          "default": "false",
          "name": "MLFLOW_ALLOW_WRITE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}