get_transitive_deps
Transitive dependency graph up to a configurable depth
How to use it
get_transitive_deps is exposed by the Reflex MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_transitive_deps tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Reflex
npm install -g reflex-searchOther tools in Reflex (16)
High-level dependency counts and metrics
Check whether the index is fresh, stale, or missing; call before any search session or after git operations
Quick match statistics without full content
Detect circular dependency chains
Most-imported files (dependency hotspots)
Disconnected components in the dependency graph
Symbol definition + all usage sites in a single call; the primary code-navigation tool for AI agents
Files with no incoming dependencies
Codebase structure and project-type summary
All imports for a specific file
All files that import a given file (reverse lookup)
Trigger or refresh the search index
Fast file+line discovery (minimal tokens)
Structure-aware search via Tree-sitter AST queries
Full-text or symbol search with line numbers and context
Regex pattern matching across the codebase