maven-indexer-mcp
JSON →A Model Context Protocol (MCP) server that indexes your local Maven repository (~/.m2/repository) and Gradle cache ( ~/.gradle/caches/modules-2/files-2.1) to provide AI agents with tools to search for Java classes, method signatures, and source code.
Tools · 5
- search_classes Search for Java classes in the local Maven repository and Gradle caches.
- get_class_details Decompile and read the source code of external libraries/dependencies.
- search_artifacts Search for artifacts in Maven/Gradle caches by coordinate (groupId, artifactId).
- search_implementations Search for classes that implement a specific interface or extend a specific class.
- refresh_index Trigger a re-scan of the Maven repository.
Links
★ 18 GitHub stars