Luna-Core-HUD

Kotsur69/Luna-Core-HUD
★ 1 stars JavaScript Code/Dev Tools Updated today
LunaCore HUD is an interactive desktop dashboard and action deck for Claude Code CLI. Visualize your session, monitor context window usage, and track active MCP servers or 300+ skills in real-time. Execute slash commands like /compact with a single click - zero extra token cost, zero system modifications. The ultimate power-user HUD.
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": {
    "luna-core-hud": {
      "command": "npx",
      "args": [
        "-y",
        "Kotsur69/Luna-Core-HUD"
      ]
    }
  }
}