TokToken is a fast, single-binary C codebase indexer for AI coding agents. Powered by universal-ctags and SQLite FTS5, it provides precise symbol search, dependency tracking, and an MCP server. TokToken reduces LLM context token usage by 88-99% by retrieving exact code symbols instead of reading entire files. Zero runtime dependencies.
Stars
48
Forks
9
Watchers
48
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
1
commits
fix: win integration tests — cross-platform paths, tt_realpath existence check, skip POSIX-only gh mock
46bb1faView on GitHubfix: Windows CI — remove tt_home_dir static cache, add path existence check, unique tmpdir names, derive log path from API
08deb13View on GitHubfix: make tests and path_validator cross-platform for Windows CI (POSIX assumptions, HOME vs USERPROFILE, backslash separator)
89eb3b5View on GitHubfix: make unit tests cross-platform (replace /tmp and POSIX assumptions for Windows CI)
9222528View on GitHubfeat: add --include flag (#6) and Windows indexing support (#5)
72110e0View on GitHubfix: sys header resolution, bundle outline dedup, find:callers, MCP backslash norm, many fixes for PHP/Blade/Twig/Java/Go
b5779a7View on GitHubfix: heap-use-after-free in tests on macOS (Apple libc setenv realloc)
b087f9dView on GitHubfix: use-after-free in migration tests on macOS (Apple libc)
c8ae8aaView on GitHubfeat: v0.4.0 — Razor/Twig parsers, suggest command, MCP logging, assessment 100%
2b23d43View on GitHubfeat: add Markdown symbol extraction (chapter/section/subsection) + docs audit
bad359cView on GitHubchore: bump to 0.2.1 (fix: preserve full_index flag across index:update cycles
38f2e07View on GitHubMerge pull request #3 from JeffreyVdb/fix/index-update-full-flag
9171fa9View on GitHubfix: preserve full_index flag across index:update cycles
7792e1bView on GitHub