Convert Java .class or .jar files back into readable source code using CFR decompiler. Supports single-file decompilation with configurable output options.
Add cookies to a reward jar for LLMs on the MCP Cookie Server. Users provide cookies to reinforce positive behavior, ensuring only humans manage the jar for model feedback and improvement.
View the source code of a Roblox script to analyze or understand its functionality. Supports decompilation for LocalScripts and ModuleScripts when executor capabilities permit.
An MCP server that uses the CFR decompiler to convert Java .class and .jar files back into readable source code. It supports single-file, batch, and recursive directory decompilation with automated CFR tool management.
An MCP-based Java decompilation tool that uses the CFR decompiler to convert .class and .jar files into readable Java source code. It features multi-threaded batch processing and direct file system output to handle large-scale decompilation while bypassing token limits.
Enables AI tools to analyze Java dependencies by scanning Maven projects, decompiling JAR files, and extracting detailed class information including methods, fields, and inheritance relationships. Solves the problem of AI hallucinations when generating code that calls external dependencies by providing accurate class structures through decompilation.