Skip to content
Cline

Maven Decoder for Cline

io.github.salitaba/maven-decoder-mcp

Lets AI agents read the real source of any Maven dependency, decompiled from ~/.m2 or Central.

client:Cline transport:stdio runtime:npm

Install Maven Decoder in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "maven-decoder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "maven-decoder-mcp"
      ],
      "env": {
        "MAVEN_REPOSITORY": "<MAVEN_REPOSITORY>",
        "MAVEN_REMOTE_REPOS": "<MAVEN_REMOTE_REPOS>",
        "MAVEN_REMOTE_USERNAME": "<MAVEN_REMOTE_USERNAME>",
        "MAVEN_REMOTE_PASSWORD": "<MAVEN_REMOTE_PASSWORD>",
        "MAVEN_OFFLINE": "<MAVEN_OFFLINE>",
        "MAVEN_AUTO_DOWNLOAD": "<MAVEN_AUTO_DOWNLOAD>",
        "MAVEN_DECODER_CACHE_DIR": "<MAVEN_DECODER_CACHE_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Maven Decoder in other clients