claude-hud

GitHub

A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-hud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-hud"
      ]
    }
  }
}