CallGraph

NicolasVautrin/CallGraph

3.2

If you are the rightful owner of CallGraph and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The CallGraph MCP Server is designed for analyzing the call graph of Axelor projects, enabling intelligent queries about method and class usage, impact analysis, and dependency navigation.

Tools

Functions exposed to the LLM to take actions

find_usages

Finds all usages of a symbol with optional recursion.

get_definition

Finds where a symbol is defined.

find_callers

Finds who calls a method.

find_callees

Finds what a method calls.

impact_analysis

Performs recursive impact analysis.

search_by_file

Finds all usages in a specific file.

get_stats

Provides statistics of the database.

extract

Initiates call graph extraction.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources