Provides call graph analysis for LLMs using the nuanced library.
A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library.
This MCP server enables LLMs to understand code structure by accessing function call graphs through standardized tools and resources. It allows AI assistants to:
initialize_graph
repo_path
(string)switch_repository
repo_path
(string)list_repositories
get_function_call_graph
file_path
(string)function_name
(string)repo_path
(string, optional) - uses active repository if not specifiedanalyze_dependencies
file_path
(string, optional)module_name
(string, optional)analyze_change_impact
file_path
(string)function_name
(string)graph://summary
graph://repo/{repo_path}/summary
repo_path
(string) - Path to the repositorygraph://function/{file_path}/{function_name}
file_path
(string) - Path to the file containing the functionfunction_name
(string) - Name of the function to analyzeanalyze_function
file_path
(string) - Path to the file containing the functionfunction_name
(string) - Name of the function to analyzeimpact_analysis
file_path
(string) - Path to the file containing the functionfunction_name
(string) - Name of the function to analyzeanalyze_dependencies_prompt
file_path
(string, optional) - Path to the file to analyzemodule_name
(string, optional) - Name of the module to analyzeAdd this to your claude_desktop_config.json
{
"mcpServers": {
"nuanced": {
"command": "uv",
"args": [
"--directory",
"/path/to/nuanced-mcp",
"run",
"nuanced_mcp_server.py"
]
}
}
}
An AI-powered server providing access to multiple models for code analysis, problem-solving, and collaborative development with guided workflows.
A proxy server that combines multiple MCP servers into a single endpoint, routing requests to the appropriate underlying server.
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
An MCP server for managing API test data and resources.
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
MCP Server for automated reverse engineering with IDA Pro.
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
An AI gateway for the Blend Protocol on Stellar, enabling DeFi actions like lending, borrowing, and pool creation through AI assistants or apps.
Manage Azure DevOps projects, work items, builds, and releases.
MCP Expr-Lang provides a seamless integration between Claude AI and the powerful expr-lang expression evaluation engine.