MCP Servers / other / maven-indexer-mcp

maven-indexer-mcp

JSON →
httpnone18other

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.

Install
How to run this server

No install command recorded.

server path: maven-indexer-mcp
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
maven-indexer-mcp — MCP Server · libregistry