Overview
Features
search_classes
Find classes by name pattern
search_functions
Find functions by name pattern
get_class_info
Get detailed class information (methods, members, inheritance)
get_function_signature
Get function signatures and parameters
find_in_file
Search symbols within specific files
get_class_hierarchy
Get complete inheritance hierarchy for a class
get_derived_classes
Find all classes that inherit from a base class
find_callers
Find all functions that call a specific function
Who Is This For?
- C++ developers:Index and analyze large C++ projects for classes, functions, and relationships using the MCP server.
- Claude users:Integrate the C++ analyzer with Claude to query code structure semantically.
- Codex CLI users:Use within Codex CLI to index and query C++ codebases.




