Skip to content
Grok

dejared for Grok

io.github.hqkh4nh/dejared

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

client:Grok transport:stdio runtime:npm

Install dejared in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dejared in other clients