Back to search
60
MCP http

GraphPulse C++

labsofuniverse/legacy-mcp-analyzer

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 orphan code. Includes GitHub repo ingestion and token-safe Mermaid.js visual exports to guide safe code refactoring.

Uptime
100.0%
12 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Go Code Graph
Analyzes Go codebases using AST parsing and Neo4j graph storage to enable natural language queries about code structure, dependencies, archi
0 tools
@codeweave/mcp
Codebase graph analysis for AI agents — AST + call graph + type graph + hybrid semantic search via MCP
0 tools
GRASP
Codebase dependency analysis, architecture mapping, and security scanning for AI agents.
0 tools
BuildPulse
CI test analytics for identifying flaky tests, tracking coverage, and reviewing CI run history.
0 tools
io.github.BuildPulseLLC/buildpulse-mcp
BuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history.
0 tools · streamable-http
Grasp — Code Architecture & Dependency Analysis
MCP server for codebase analysis — dependency graphs, security scanning, refactor plans, and more.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "graphpulse_c++": {
      "url": "https://github.com/RohitYadav34980/LegacyGraph-MCP",
      "transport": "http"
    }
  }
}