Free macOS Menu Bar App Shows Real-Time Claude Usage Stats via SQLite Cookie Decryption

Claude Usage Tracker is a free macOS menu bar app that shows real-time Claude usage stats — including session percentage, weekly limit, monthly spend, and routine runs — without requiring an API key or manual token setup.
How It Works
The app reads Claude desktop app's encrypted SQLite cookie database, decrypts the session key via macOS Keychain, then hits Claude's internal usage API. Everything stays local — no data is sent anywhere.
Features
- Live session % in menu bar with color changes (green → yellow → red) as you approach limits.
- Dropdown shows: session reset countdown, weekly %, monthly spend vs budget, routine runs (x/5), and design limit %.
- Local web dashboard at
localhost:8080with charts and CSV export. - Auto-syncs every 2 minutes by reading Claude desktop app session.
- Notifications at 25%, 50%, 75% session usage.
Setup
Three commands:
git clone https://github.com/divaaker/claude-usage-tracker
cd claude-usage-tracker
pip3 install -r requirements.txt && cp override.example.json override.json && bash run.sh
Requirements
macOS only (uses Keychain + rumps menu bar framework). The source is open for forks and PRs — the author welcomes auto-launch on login or a notification center widget contributions.
📖 Read the full source: r/ClaudeAI
👀 See Also
Tokenless API Gateway Routes AI Traffic Between Models to Cut Spend in Half
Tokenless is an API gateway that dynamically routes AI agent requests turn-by-turn between models. It matches Claude Fable 5 performance at half the cost by fanning out to multiple models and selecting the best one mid-generation.

Claude Code v2.1.141: New Environment Variables, Hooks Enhancement, and Bug Fixes
Anthropic released Claude Code v2.1.141 with new environment variables (CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID), terminalSequence field for hooks, agent listing by cwd, and over 20 bug fixes.

Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities
Microsoft DebugMCP is a VS Code extension that exposes the full VS Code debugger to AI coding agents via the Model Context Protocol (MCP), enabling them to set breakpoints, step through code, inspect variables, and evaluate expressions.

Anamnese: A Portable Memory Layer for Claude and ChatGPT via MCP
Anamnese is a free MCP server that stores memories, tasks, goals, and notes across Claude and ChatGPT, pulling only relevant context into conversations while letting users view, edit, and export their data.