What problem does it solve?
Enables precise, IDE-like navigation and impact analysis across large codebases so developers and AI assistants can find definitions, usages, and dependency relationships without manually searching files.
Core Features & Use Cases
- Find Usages & Go-to-Definition: Locate all references to a symbol and jump to its definition across indexed projects.
- Impact Analysis & Refactoring Safety: Enumerate call sites and dependency edges before making code changes.
- Architecture Visualization & Repo Mapping: Produce compact repository maps and graph data for architecture review and documentation.
- Use Case: Run an index on a monorepo, start the GKG server, and have an assistant list every call site and dependency chain for a targeted API method prior to refactoring.
Quick Start
Index the repository, start the local GKG server, and ask for all usages of the symbol MyClass.my_method.