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"
]
}
}
}
Perform quantum computations using OpenAI and IBM Quantum APIs.
Integrates with the Hyperlane protocol for cross-chain messaging and smart contract interactions.
Provides code context from local git repositories.
Interact with Alpaca's Trading API for stocks, options, portfolios, and real-time market data using LLMs.
Perform advanced memory forensics analysis using Volatility3 via a conversational interface. Requires user-specified memory dump files.
Work on your code with JetBrains IDEs
Perform symbolic mathematics and computer algebra using the SymPy library.
Integrates with MLflow, enabling AI assistants to interact with experiments, runs, and registered models.
Integrates with Jenkins CI/CD systems for AI-powered insights, build management, and debugging.
Generate visualizations from fetched data using the VegaLite format and renderer.