Back to System Ops
maven-indexer-mcp
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.
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"maven-indexer-mcp": {
// See GitHub repository for configuration
}
}
}