A production-ready Model Context Protocol (MCP) server written in Node.js for Java `.jar` package decompilation, multi-engine candidate benchmark evaluation, Maven project structuring, non-breaking syntax repair, **GumTree Spoon AST analysis & obfuscation renaming**, and **ASM bytecode parity metrics evaluation**.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reverse-engineering-": {
"command": "npx",
"args": [
"-y",
"sapyyy/reverse-engineering-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add reverse-engineering- npx -y sapyyy/reverse-engineering-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"reverse-engineering-": {
"command": "npx",
"args": [
"-y",
"sapyyy/reverse-engineering-mcp-server"
]
}
}
}