mattmorgis/nuanced-mcp
If you are the rightful owner of nuanced-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Nuanced MCP Server provides call graph analysis capabilities to LLMs, enabling them to understand code structure and relationships.
Tools
Functions exposed to the LLM to take actions
initialize_graph
Initialize a code graph for the given repository path
switch_repository
Switch to a different initialized repository
list_repositories
List all initialized repositories
get_function_call_graph
Get the call graph for a specific function
analyze_dependencies
Find all module or file dependencies in the codebase
analyze_change_impact
Analyze the impact of changing a specific function
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client