system-monitor

corey-beep/system-monitor
★ 0 stars Python AI/LLM Updated 10d ago
baby-monitor — home of sysmon, a lightweight system monitor for Linux/GNOME. A psutil+nvidia-smi+RAPL collector serves PC vitals as JSON on localhost, consumed by a translucent always-on-top GTK4 desktop bar, an MCP server, and an optional Telegram bot. Self-healing daemon and widget survive OS Python upgrades.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "system-monitor": {
      "command": "uvx",
      "args": [
        "system-monitor"
      ]
    }
  }
}

Or install with pip: pip install system-monitor

README Excerpt

A desktop PC-stats widget **and** an agent-queryable metrics service for Linux. One collector samples every sensor on the box and serves it as JSON on `localhost`. A translucent bar docked at the bottom of the screen displays it, and your agents (Claude Code, Hermes via MCP; OpenClaw "buddy" via HTTP) read the

Tools (2)

SYSMON_CC_PASSWDSYSMON_TOKEN