Skip to content
github-actions[bot] edited this page Aug 31, 2026 · 1 revision

MLflow Plugin

Experiment tracking and model registry for teams running ML workloads on nSelf. Free — MIT licensed.

Install

nself plugin install mlflow

No license key required.

Description

MLflow experiment tracking and model registry

This plugin runs as its own container in your nSelf stack (rebuild with nself build && nself start after install).

Category: data. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) Required.
MLFLOW_DEFAULT_ARTIFACT_ROOT (see plugin.json) Optional.
MLFLOW_BACKEND_STORE_URI (see plugin.json) Optional.
MLFLOW_TRACKING_USERNAME (see plugin.json) Optional.
MLFLOW_TRACKING_PASSWORD Optional.

Ports

Port Purpose
5000 MLflow service

REST API

MLflow's own tracking-server REST API (runs, experiments, model registry) at the configured port

Examples

Check health

curl http://localhost:5000/health

Source

plugins/mlflow/

Manifest: plugins/mlflow/plugin.json

See Also

  • Model — manage local Ollama models

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally