# jarrodwatts/claude-hud | Model Context Protocol (MCP) Server > A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress - **Stars**: ⭐ 27,338 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "claude-hud": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-hud" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "claude-hud": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-hud" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-claude-hud` - **Docker**: `docker run -i --rm mcp/claude-hud`