A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-hud": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-hud"
]
}
}
}