Skip to main content
SecurityJava

zinja-coder/jadx-ai-mcp

JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zinja-coder/jadx-ai-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "jadx-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zinja-coder/jadx-ai-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Java
Author
zinja-coder