Skip to content

Add JARP-MCP to community servers list #3249

@tersePrompts

Description

@tersePrompts

MCP Server Proposal: JARP-MCP

Description**:
JARP-MCP (Java Archive Reader Protocol) is an MCP server that gives AI agents instant access to decompiled Java code from Maven/Gradle dependencies.

Problem it solves:
AI assistants hallucinate Java API methods because they can't see compiled bytecode. JARP-MCP decompiles classes on-demand and feeds actual source to the AI.

Links:

Key Features:

  • Scans Maven & Gradle projects
  • Decompiles using CFR 0.152
  • Smart caching (<100ms after first use)
  • Works with Claude, Cursor, Cline

Installation:

npm install -g jarp-mcp

Configuration:

{
  "mcpServers": {
    "jarp-mcp": {
      "command": "jarp-mcp",
      "args": ["start"]
    }
  }
}
```**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions