关于
This tool provides an MCP-compatible server for decompiling Java bytecode into readable source code. It leverages a JavaScript port of the CFR decompiler to decompile Java .class files from various sources, including file paths, package names, and JAR files. Seamless integration with MCP clients and clean error handling make it a valuable resource for AI assistants and tools requiring Java decompilation capabilities.
主要功能
- Decompiles from file path, package name, or JAR file
- Full MCP-compatible API with stdio transport
- Uses JavaScript port of CFR decompiler (no Java dependency)
- Includes clean error handling and temporary file management
- Supports specifying class to extract from JAR files
- 1 GitHub stars
使用案例
- Integrating into AI assistants for code understanding
- Automated code analysis and reverse engineering
- Inspecting compiled Java code without source access