security

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.

local
java
security
0
View on GitHub

Installation

npx -y zinja-coder/jadx-ai-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub