Cost analytics
See exactly where your Anthropic bill goes.
Claude Recall computes per-session, per-project, per-tag cost analytics locally from your Claude Code session metadata. Which session cost you fifteen dollars. What your weekly trend looks like. Whether the experimental project ate more than the production one this month. Three questions the Anthropic console cannot answer.
What it answers
- Which session cost me fifteen dollars?
- What is my weekly Claude Code spend?
- Is my usage trending up or down?
- Which project burns the most tokens per outcome?
- Are my long sessions actually more productive than my short ones?
The command
From the CLI:
recall statsIn the web UI: open the dashboard, click Stats.
Anthropic console vs. Claude Recall stats
| Question | Anthropic console | Claude Recall |
|---|---|---|
| Total monthly spend | Yes | Yes |
| Per-session cost | No | Yes |
| Per-project breakdown | No | Yes |
| Per-tag breakdown | No | Yes |
| Trend over time | Limited | Yes |
| Computed locally without sending data anywhere | N/A | Yes |
Privacy
Cost numbers are computed from the token counts inside the Claude Code session JSONLs Anthropic already writes to your disk. Claude Recall reads those files locally; nothing gets sent to a server. Your spending pattern stays on your machine.