Skip to content

This release adds 1 notable feature 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

Added get_usage_stats to track session efficiency metrics.

Full changelog

What's New

get_usage_stats tool (tool #18) — The MCP server now tracks session efficiency metrics. Call get_usage_stats to see how much the indexer is saving you:

Session duration: 12m 34s
Total queries: 23

Queries by tool:
  find_symbol: 8
  get_function_source: 6
  get_dependencies: 4
  get_change_impact: 3
  get_project_summary: 2

Total chars returned: 14,230
Total source in index: 890,412 chars
Estimated without indexer: 20,479,476 chars (5,119,869 tokens) over 23 queries
Estimated with indexer: 14,230 chars (3,557 tokens)
Estimated token savings: 99.9%

Tracks tool call counts, characters returned, and estimates token savings vs reading full source files. Purely local — no telemetry.

Install / Upgrade

pip install --upgrade "mcp-codebase-index[mcp]"

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]