Scans Java JARs and IntelliJ projects to build and expose a class-dependency graph through the MCP protocol.
CodeGraph provides a robust solution for understanding the intricate class dependencies within Java applications. It intelligently scans JAR files and IntelliJ project classes, constructing a detailed dependency graph that is then persisted in an embedded Neo4j database. This powerful graph is made accessible to other tools and agents via the MCP protocol, whether through a command-line interface that watches for new JARs or an integrated IntelliJ plugin that offers real-time updates and direct IDE access. It streamlines code analysis for large, multi-module Java projects.