Overview
Features
Decompile from path
Decompile a Java .class file from a file path.
Decompile from package
Decompile a Java class from a fully-qualified package name (with optional classpath).
Decompile from jar
Decompile a Java class from a JAR file.
Extract specific class from jar
Specify which class to extract from a JAR file.
Full MCP-compatible API
Provides the MCP API for integration with MCP clients.
Stdio transport
Supports standard I/O transport for seamless integration.
Clean error handling
Graceful error handling for decompilation operations.
Temporary file management
Creates and cleans up temporary directories when processing JARs.
Who Is This For?
- AI assistants and MCP-compatible tools:Decompile Java bytecode from .class files/JARs into readable Java source for MCP clients.




