Claud-ometer – See your Claude Code usage, costs, and sessions locally
Claude Code usage dashboard reading local files—fills exact gap Anthropic didn't address.
Fast, zero-dependency cost calculator and customizable statusline for Claude Code. Breakdowns by model, day, project, and branch. Lightweight, single binary, no runtime needed.
Reads local JSONL logs, zero API calls, shows MCP status—faster than ccusage for Claude Code users.
Claude Code users, developers using AI agents tracking token costs and MCP usage
ccusage · TokenCounter
goccc reads your Claude Code JSONL logs directly and calculates costs locally — no API calls, no setup beyond dropping a config line in settings.json.
The thing I hadn't seen elsewhere: it surfaces which MCPs are active in the statusline, so you can see at a glance what's connected.
goccc -d 7 -all # costs for the last week
goccc -monthly # monthly breakdown
goccc -project webapp # per-branch breakdown
It also works as a live statusline inside Claude Code showing session cost, daily total, context usage, active MCPs and current model.
Built in Go. Install via Homebrew or build from source.
Claude Code usage dashboard reading local files—fills exact gap Anthropic didn't address.
Shows cache-read costs eating 66% of your Claude Code bill when dashboards only show totals.
Reads local logs to explain bill spikes after Anthropic's cache TTL change.
GitHub Actions cost calculator when GitHub's pricing is already public.
Real-time cost tracking for Claude Code sessions; saves money intuition before you ship.
PreToolUse hooks block over-budget requests while SQLite tracks Claude Code spend locally.