Server data from the Official MCP Registry
Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).
Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).
HomeLab Monitor's MCP server is a read-only monitoring tool with appropriate authentication and permission scoping for its intended purpose. However, there are several code quality and security concerns: hardcoded regex patterns used for filtering, subprocess calls with user-controlled input that could be exploited if the SSH key management is compromised, insufficient input validation on network-sourced data, and overly broad exception handling that could mask security issues. The server's read-only design is a strong security feature, but the implementation has gaps that could enable information disclosure or unexpected behavior under adverse conditions. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
3 files analyzed ยท 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: HOMELAB_MONITOR_URL
Environment variable: MCP_TRANSPORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sikamikanikobg-homelab-monitor": {
"env": {
"MCP_TRANSPORT": "your-mcp-transport-here",
"HOMELAB_MONITOR_URL": "your-homelab-monitor-url-here"
},
"args": [
"-y",
"github:SikamikanikoBG/homelab-monitor"
],
"command": "npx"
}
}
}From the project's GitHub README.
One page for your whole home lab & AI rig โ GPU, containers, services, disks. No agents, no Prometheus/Grafana, no cloud.
Your home lab grew into a couple of machines, a Pi, and a GPU that's mysteriously always busy. HomeLab Monitor gives you one self-hosted page that answers the real questions: which model is holding the GPU, which container is eating RAM, what's filling your disks, and is anything down โ across every box over SSH: Linux, a Pi, even Windows. Readable from your phone over the VPN.
# Grab the compose file and go. No GPU required โ the GPU panels just light up when one's present.
curl -fsSLO https://raw.githubusercontent.com/SikamikanikoBG/homelab-monitor/main/docker-compose.yml
docker compose up -d
Open http://<your-host>:9800 and you're done. Full options (from source, GPU toolkit, Windows/WSL2) โ Install docs.
๐ v0.14.0 โ a built-in read-only MCP server: connect Claude (or any MCP client) to your homelab and explore it with full dashboard parity, no extra container. Release notes ยท changelog ยท MCP docs.

Full tab-by-tab tour โ Features.
Open the Hosts tab, paste the hub's auto-generated SSH key onto each remote, and the hub starts polling it โ no agents, just SSH + Python 3 (PowerShell on Windows). The hub pipes a small self-contained probe over SSH; nothing persists on the remote.
Onboarding, Windows setup, and the security model โ Multi-machine docs.
Set these under environment: in docker-compose.yml (all optional):
| Variable | Default | Meaning |
|---|---|---|
SAMPLE_INTERVAL | 10 | Seconds between samples |
RETENTION_DAYS | 180 | How long history is kept |
PRESSURE_FREE_MB | 2048 | Free VRAM below this counts as "pressure" |
PORT | 9800 | Dashboard port |
MCP_PORT | 9810 | Port for the built-in read-only MCP server |
ENABLE_MCP | 1 | Set 0 to run the dashboard without the MCP server |
WATCH_CONTAINERS | โ | Extra containers to scan for OOM (comma-separated) |
WATCH_SERVICES | โ | systemd units to always show, even vendor ones (comma-separated) |
CHECK_UPDATES | true | Set false to disable the daily GitHub-releases check (no outbound calls) |
History lives in ./data/gpu.db (a bind mount), so it survives restarts and upgrades. Alerts, the systemd D-Bus mount, and per-server tuning โ Configuration docs.
The hub stitches nvidia-smi, the Docker API, model-server APIs (Ollama, vLLM, llama.cpp, A1111, โฆ), systemd D-Bus, and /proc + /sys into one sampled view, persisted to SQLite and downsampled on read so a six-month range loads as fast as the last hour. Single page, vendored Chart.js, no build step.
/metrics Prometheus endpoint + Grafana dashboard โ Prometheus & GrafanaYour homelab is now legible to AI agents โ point a client at one URL and it can see every host, container, GPU and disk. Read-only, no extra setup.
HomeLab Monitor isn't just a dashboard for you anymore; it's context for your AI agent too. A read-only MCP server is built into the same container (served on :9810) โ so Claude, Claude Code, or any MCP client connects in one line and explores your whole lab through 12 named tools, with the same coverage you see on the dashboard: hosts, containers, systemd services, GPU and who's driving it, per-process RAM, AI model servers, disk treemaps, history and alerts.
# the dashboard is on :9800; the MCP server rides along on :9810
claude mcp add --transport http homelab http://YOUR-HUB:9810/mcp
Once connected, skip the tab-hunting and just ask โ the agent picks the right tools:
/backup? Give me the biggest folders and flag anything that looks like runaway logs."Read-only by design โ there are no write tools, so an agent can look but never touch your fleet. Turn it off anytime with ENABLE_MCP=0. Full tool list & setup โ MCP docs.
This is a host monitor: it runs with host access and a read-only Docker socket, root mount, and D-Bus socket โ a broad footprint by design. Keep it behind your LAN/VPN/firewall and don't expose it to the public internet. Details โ docs.
If HomeLab Monitor saves you a browser tab or two, a โญ on GitHub genuinely helps other home-labbers find it. Thank you!
Issues and PRs are very welcome โ especially new model-server probes, new monitors, and GPU back-ends. This is a hobby tool meant to help fellow home-labbers, so be kind. See CONTRIBUTING.md.
MIT โ see LICENSE.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.