Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding ast-parser claude-code code-analysis code-navigation codebase-indexer
+7 more
dependency-graph mcp mcp-server model-context-protocol python symbol-table typescript

Summary

AI summary

Persistent 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.pkl to .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

Track MikeRecognex/mcp-codebase-index

Get notified when new releases ship.

Sign up free

About MikeRecognex/mcp-codebase-index

Structural codebase indexer exposing 17 query tools (functions, classes, imports, dependency graphs, change impact) via MCP. Zero dependencies.

All releases →

Beta — feedback welcome: [email protected]