MCP Java Decompiler Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLASSPATH | No | Java classpath for finding class files (used when no classpath is specified in tool calls). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| decompile-from-pathA | Decompiles a Java .class file from a given file path |
| decompile-from-packageB | Decompiles a Java class from a package name |
| decompile-from-jarA | Decompiles a Java class from a JAR file Using mcp_javadc with Maven RepositoryWhen you need to decompile Java classes from dependencies in the M2 repository, follow these steps: Step 1: Find the JAR file locationFirst, search for the dependency JAR in the local Maven repository: Notes:
Step 2: Use the correct mcp_javadc functionOnce you have the JAR path, use this function: For specific class decompilation:
For contextual exploration:
If needed, first try to find all available classes in the JAR:
Example workflow:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/idachev/mcp-javadc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server