jd-mcp-duo

AgeloVito/jd-mcp-duo
★ 0 stars Java 💻 Code/Dev Tools Updated 1d ago
A multi-decompiler MCP server and CLI toolkit for Java, supporting JD-Core v0 & v1, CFR, Procyon, Fernflower, Vineflower & JADX.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jd-mcp-duo": {
      "command": "npx",
      "args": [
        "-y",
        "AgeloVito/jd-mcp-duo"
      ]
    }
  }
}