This is impact analysis built for AI coding assistants. It exposes tools that answer "what breaks if I change this?" by tracking dependencies across functions, files, and even repositories. The core impact() call shows you every caller, cross-project references, affected test files, and blast radius before you rename or refactor anything. It also surfaces API dependencies between backend routes and frontend calls, runs code health audits with complexity scoring, and includes AST-based taint analysis that tracks untrusted data flows from request inputs to SQL queries or eval() calls. Setup runs one command that indexes your codebase, configures your MCP client, and writes a CLAUDE.md with usage examples. Works entirely locally with zero external dependencies.
claude mcp add --transport stdio io.github.flytohub-flyto-indexer uvx flyto-indexer