This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryPersistent disk cache speeds up index loading on server restarts.
Full changelog
What's New
Persistent disk cache — The index is now saved to .codebase-index-cache.pkl after every build. On subsequent server starts:
- Exact cache hit: If the cached git ref matches HEAD, the index loads instantly from disk — no parsing, no file walking.
- Small changeset (≤20 files): The cached index is loaded and incrementally updated instead of rebuilt.
- Cache miss: Full rebuild runs and saves a new cache.
This eliminates cold-start delays when restarting Claude Code sessions, restarting the MCP server, or resuming after context compaction.
Other changes
- Updated README with cache configuration docs and hook-based tool reinforcement examples
- Added
.codebase-index-cache.pklto.gitignore
Install / Upgrade
pip install --upgrade mcp-codebase-index
Full changelog: https://github.com/MikeRecognex/mcp-codebase-index/compare/v0.4.6...v0.5.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About MikeRecognex/mcp-codebase-index
Structural codebase indexer exposing 17 query tools (functions, classes, imports, dependency graphs, change impact) via MCP. Zero dependencies.
Related context
Beta — feedback welcome: [email protected]