GraphPulse C++
Analyzes C++ codebases via AST parsing to build comprehensive, queryable dependency graphs for AI agents. Maps complex function relationships to identify upstream callers, circular dependencies, and …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add labsofuniverse/legacy-mcp-analyzer
# Browse available tools
npx -y smithery tool list labsofuniverse/legacy-mcp-analyzer
# Get full schema for a tool
npx -y smithery tool get labsofuniverse/legacy-mcp-analyzer analyze_codebase
# Call a tool
npx -y smithery tool call labsofuniverse/legacy-mcp-analyzer analyze_codebase '{}'Direct MCP Connection
Endpoint: https://legacy-mcp-analyzer--labsofuniverse.run.tools
Tools (8)
analyze_codebaseget_file_functionsget_file_couplingget_callersget_calleesdetect_cyclesget_orphan_functionsgenerate_mermaid_graph
# Get full input/output schema for a tool
npx -y smithery tool get labsofuniverse/legacy-mcp-analyzer