-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed as not planned
Description
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:
- Repository: https://github.com/tersePrompts/jarp-mcp
- npm: https://http://www.npmjs.com/package/jarp-mcp
- License: Apache-2.0
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
Labels
No labels