#impact-analysis
7 件の結果が見つかりました
Lenspr
Code intelligence MCP server that makes AI coding safer. Builds a dependency graph of your entire codebase so Claude, Cursor, or any MCP client knows what breaks before making changes. 60+ tools for impact analysis, health scoring, dead code detection, and architecture enforcement. Built for vibecoders who ship fast and teams who need reliability. Supports Python, TypeScript, JavaScript.
Graphpilot
GraphPilot gives coding agents persistent structural knowledge of a codebase. It parses TypeScript/JavaScript with tree-sitter into a graph of symbols and call edges, then exposes that graph over MCP so the agent can recall definitions, find callers, and trace change impact without re-reading files every conversation. Local-first: no network, no telemetry, no code ever leaves your machine. Four tools — gp_index, gp_recall, gp_callers, gp_impact.