01Queries the graph to find dependencies, dependents, transitive relationships, and circular dependencies.
02Identifies types with minimal coupling (leaf nodes) or high usage within the codebase.
030 GitHub stars
04Extracts dependency graphs from compiled C# DLLs.
05Exports graphs in DOT (Graphviz), JSON, and Mermaid formats for visualization.
06Operates as both a standalone CLI tool and an MCP server for AI agent integration.