Maven Indexer
Indexes local Maven repositories to enable semantic search and discovery of Java classes from external dependencies with method si
Maven Indexer indexes local Maven repositories and Gradle caches stored in ~/.m2/repository, extracting class metadata and inheritance relationships into a SQLite database with full-text search support. It provides tools for searching classes by name or purpose, finding implementations of interfaces, and retrieving detailed class information including method signatures via javap, Javadocs from source JARs, or decompiled source code using CFR when sources are unavailable. The server automatically monitors repository changes and updates the index in real-time, making it valuable for understanding and working with Java codebases where external library source code isn't readily accessible in the current workspace.
Source
Repository: https://github.com/tangcent/maven-indexer-mcp
Maintain Maven Indexer?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Maven Indexer on getagentictools](https://getagentictools.com/mcp/tangcent-maven-indexer-mcp?ref=badge)