mcp-cpp-project-indexer
JSON →Efficient, SQL-backed C++ project indexer designed for large codebases with low memory footprint.
Install
pip install -r Tools · 2
- find_symbol Find a C++ symbol (function, class, data member) by name and return its exact source range location.
- read_symbol Read the exact source range of a previously located symbol by its symbol ID.
Links
★ 7 GitHub stars