← Back to browse

HomeLab Monitor

Indexed by io.github.SikamikanikoBG Development

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHOMELAB_MONITOR_URL MCP_TRANSPORT
Claude Code
claude mcp add --env HOMELAB_MONITOR_URL= --env MCP_TRANSPORT= homelab-monitor -- docker docker.io/sikamikaniko123/homelab-monitor:0.14.2
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"homelab-monitor","command":"docker","args":["docker.io/sikamikaniko123/homelab-monitor:0.14.2"],"env":{"HOMELAB_MONITOR_URL":"","MCP_TRANSPORT":""}}'
JSON
{
  "mcpServers": {
    "homelab-monitor": {
      "command": "docker",
      "args": [
        "docker.io/sikamikaniko123/homelab-monitor:0.14.2"
      ],
      "env": {
        "HOMELAB_MONITOR_URL": "",
        "MCP_TRANSPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.