Builds a GDScript call graph index to analyze code dependencies quickly.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sangsik-gdscript-graph" yet — see the docs or source repo.
Using the call graph for this GDScript/Godot project, list which functions call `take_damage()`, grouped by file and function name.
A list of functions that call `take_damage()`, helping identify impact entry points.
If I change the parameters or timing of the `player_died` signal, which functions or logic may be affected? Explain based on the call relationships.
An outline of potentially affected functions and logic scope to support safer refactoring.
Tell me the call relationships among key functions in `InventoryManager.gd`, and identify which function is most likely the entry point for adding items.
The main call relationships in that file, plus a likely workflow entry point.
Before changing a function or signal, a Godot developer can check what depends on it to avoid breaking hidden call chains. This tool helps quickly estimate the impact scope.
When an AI coding assistant needs to answer questions like “what calls this function,” it can use the indexed call graph instead of repeatedly rereading the whole codebase. This is especially useful for larger GDScript projects.
When investigating regression risk from a feature change, developers can use function-level call relationships to find critical paths and affected locations. This helps plan testing and fixes.
It is a function-level call-graph indexer for GDScript/Godot projects, exposed as an MCP server. It helps AI coding assistants answer questions like “what calls this function?” or “what would break if I change this signal?”
The provided information shows that it is for GDScript and Godot projects. For more specific version or compatibility details, see the source repository.
The available material only says it is exposed as an MCP server, without installation steps, runtime details, or key requirements. Please see the source repository for exact prerequisites.
Query JavaScript and TypeScript codebases in natural language for function insights.
Analyze local Go repository call graphs and structure for coding agents.
Analyze Python call graphs to understand dependencies and code impact quickly.
Run local semantic search and call graph analysis across codebases.
Analyze and manage software architecture graphs for impact, dependencies, and design decisions.
Analyze codebases with semantic graphs for impact, context, and PR reviews.