Local-first multi-source token usage dashboard for Cursor, Claude, Gemini, Codex, and more.
1.5K
Token Insight is a local-first token usage analytics stack for AI coding tools.
It scans local artifacts, normalizes usage events, stores them in SQLite, and serves a polished dashboard with deep filtering, trend analysis, source breakdowns, and social share cards.

Token Insight can aggregate usage artifacts from tools such as:
More adapters can be added over time.
Run the container:
docker run --rm -p 8787:8787 \
-v $HOME:/host-home:ro \
-e TOKEN_INSIGHT_HOME=/host-home \
-e TOKEN_INSIGHT_SOURCE_ROOT_LITELLM=/host-home/.litellm \
mo2g/token-insight:latest
Then open:
http://localhost:8787
docker compose up --build
Default port:
8787
The container mounts your home directory as read-only at:
/host-home
Common environment variables:
TOKEN_INSIGHT_HOME=/host-homeTOKEN_INSIGHT_SOURCE_ROOT_LITELLM=/host-home/.litellmTOKEN_INSIGHT_DATA_DIR=/var/lib/token-insight/dataTOKEN_INSIGHT_CACHE_DIR=/var/lib/token-insight/cacheOverride source roots if your local artifacts live elsewhere.
Recommended tags:
latest0.1.0For production-style usage, prefer a versioned tag.
Content type
Image
Digest
sha256:fc5402309…
Size
7 MB
Last updated
5 months ago
docker pull mo2g/token-insight