maven-indexer-mcp
by tangcent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAVEN_REPO | No | Absolute path to your local Maven repository (e.g., /Users/yourname/.m2/repository). Use this if your repository is in a non-standard location. | |
| GRADLE_REPO_PATH | No | Absolute path to your Gradle cache (e.g., /Users/yourname/.gradle/caches/modules-2/files-2.1). | |
| INCLUDED_PACKAGES | No | Comma-separated list of package patterns to index (e.g., com.mycompany.*,org.example.*). Default is * (index everything). | * |
| MAVEN_INDEXER_CFR_PATH | No | Absolute path to a specific CFR decompiler JAR. If not provided, the server will attempt to use its bundled CFR version. | |
| VERSION_RESOLUTION_STRATEGY | No | Strategy to choose the version when multiple versions of an artifact are found and no specific coordinate is provided. Options: semver (default), latest-published, latest-used. | semver |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tangcent/maven-indexer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server