maven-indexer-mcp

tangcent/maven-indexer-mcp
★ 19 stars TypeScript AI/LLM Updated today
MCP server that indexes local Maven and Gradle caches so AI agents can search classes, implementations, method signatures, and source code from internal/private Java dependencies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "maven-indexer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tangcent/maven-indexer-mcp"
      ]
    }
  }
}

README Excerpt

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. **Key Use Case**: While AI models are well-versed in popular public libraries (like Spring, Apache Commons, Guava), they

Tools (1)

semver