HomeCloud & Monitoring › HomeLab Monitor

HomeLab Monitor

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

Python
★ 206 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/sikamikaniko123/homelab-monitor:0.14.2

Or add to your MCP client config:

{
  "mcpServers": {
    "homelab-monitor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sikamikaniko123/homelab-monitor:0.14.2"
      ],
      "env": {
        "HOMELAB_MONITOR_URL": "<YOUR_VALUE>",
        "MCP_TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • HOMELAB_MONITOR_URL required — Base URL of the running HomeLab Monitor dashboard (e.g. http://YOUR-HUB:9800)
  • MCP_TRANSPORT — Transport mode: stdio (default for this package entry) or http

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry