Skip to main content
Glama

Java Class Analyzer MCP Server

decompile_class

Decompile Java class files to source code for analyzing class structures, methods, and dependencies in Maven projects.

Instructions

反编译指定的Java类文件,返回Java源码

Input Schema

NameRequiredDescriptionDefault
cfrPathNoCFR反编译工具的jar包路径,可选
classNameYes要反编译的Java类全名,如:com.example.QueryBizOrderDO
projectPathYesMaven项目根目录路径
useCacheNo是否使用缓存,默认true

Input Schema (JSON Schema)

{ "properties": { "cfrPath": { "description": "CFR反编译工具的jar包路径,可选", "type": "string" }, "className": { "description": "要反编译的Java类全名,如:com.example.QueryBizOrderDO", "type": "string" }, "projectPath": { "description": "Maven项目根目录路径", "type": "string" }, "useCache": { "default": true, "description": "是否使用缓存,默认true", "type": "boolean" } }, "required": [ "className", "projectPath" ], "type": "object" }

Other Tools from Java Class Analyzer MCP Server

Related Tools

    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/handsomestWei/java-class-analyzer-mcp-server'

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