Skip to main content
Glama
RuoJi6

Java Decompiler MCP Server

by RuoJi6

decompile_directory

Decompiles all .class and .jar files in a directory into readable Java source code using multi-threaded processing and direct file system output.

Instructions

反编译指定目录下的所有 .class 和 .jar 文件(支持多线程) Args: directory_path: 要扫描的目录路径 output_dir: 输出目录,默认为目标目录下的 decompiled 文件夹 recursive: 是否递归扫描子目录,默认为 True save_to_file: 是否直接保存到文件系统(推荐),默认为 True show_progress: 是否显示详细进度信息,默认为 True max_workers: 最大并发线程数,默认为 4(设为 1 则单线程处理) Returns: 反编译结果信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directory_pathYes
output_dirNo
recursiveNo
save_to_fileNo
show_progressNo
max_workersNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RuoJi6/java-decompile-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server