★ 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"
]
}
}
}
Run in terminal:
claude mcp add jd-mcp-duo npx -y AgeloVito/jd-mcp-duo
Add to .cursor/mcp.json:
{
"mcpServers": {
"jd-mcp-duo": {
"command": "npx",
"args": [
"-y",
"AgeloVito/jd-mcp-duo"
]
}
}
}