Build semantic graphs for C++ code to explore symbols and relationships fast.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "cpp-semantic-graph" yet — see the docs or source repo.
Using the semantic graph of this C++ project, find all callers and callees of the function processRequest, organize the call chain by level, and mark cross-module calls.
A layered call-chain report showing which functions call the target, which functions it calls, and which relationships cross module boundaries.
Search for all subclasses of BaseRenderer, list which virtual functions each subclass overrides, and summarize the inheritance hierarchy.
An inheritance tree, derived-class list, and a summary of overridden functions for each subclass to clarify the object-oriented structure.
Based on the semantic knowledge graph, identify the core classes and functions related to Authentication, explain their relationships, and suggest a priority order for reading the source code.
A list of key authentication symbols, an explanation of class and function relationships, and a step-by-step recommended reading path.
Query JavaScript and TypeScript codebases in natural language for function insights.
Query code structure and cross-language relationships via MCP with auditable access logs.
Build and query a codebase knowledge graph with relationships and rationale.
Index codebases into a searchable graph for structure, calls, and routes.
Index a monorepo into a graph for fast code structure queries.
Build a semantic graph from project files for search, knowledge, and task management.