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:
Configuration:
{
"mcpServers": {
"jarp-mcp": {
"command": "jarp-mcp",
"args": ["start"]
}
}
}
```**
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:
Installation:
Configuration:
{ "mcpServers": { "jarp-mcp": { "command": "jarp-mcp", "args": ["start"] } } } ```**