Odel
dejared mcp

dejared mcp

Local
@hqkh4nh5JavaMITUpdated 2w ago

Java decompiler MCP server. Explore, search, and decompile JAR, WAR, EAR, and AAR bytecode.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdejared-mcpv1.2.1

Run

npx -y dejared-mcp

MCP client config

{
  "mcpServers": {
    "dejared-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dejared-mcp"
      ]
    }
  }
}