From fa279da68c1eec00e9f0a3e8f850f40108748e7b Mon Sep 17 00:00:00 2001 From: zinjacoder Date: Sat, 12 Apr 2025 19:39:56 +0530 Subject: [PATCH 1/3] Add new JADX-AI server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61b0da06..f3ba69cc 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [Gaffx/volatility-mcp](https://github.com/Gaffx/volatility-mcp) - MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs. +- [zinja-coder/jadx-ai](https://github.com/zinja-coder/jadx-ai) 🐍 β˜• 🏠 🍎 πŸͺŸ 🐧 - JADX-AI 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. ### πŸƒ Sports From 7f9fcbf3fecdf7e992c5ee29afca8225b9446d42 Mon Sep 17 00:00:00 2001 From: zinjacoder Date: Mon, 14 Apr 2025 12:25:40 +0530 Subject: [PATCH 2/3] Add new JADX-AI-MCP Server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3ba69cc..327f439e 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [Gaffx/volatility-mcp](https://github.com/Gaffx/volatility-mcp) - MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs. -- [zinja-coder/jadx-ai](https://github.com/zinja-coder/jadx-ai) 🐍 β˜• 🏠 🍎 πŸͺŸ 🐧 - JADX-AI 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. +- [zinja-coder/jadx-ai-mcp](https://github.com/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. ### πŸƒ Sports From d00dfa3c32b3259036bf4bbba114b14c0472936a Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 20 Apr 2025 04:00:01 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327f439e..01085b8c 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - [nickpending/mcp-recon](https://github.com/nickpending/mcp-recon) 🏎️ 🏠 - Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup. - [Gaffx/volatility-mcp](https://github.com/Gaffx/volatility-mcp) - MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs. -- [zinja-coder/jadx-ai-mcp](https://github.com/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. +- [zinja-coder/jadx-ai-mcp](https://github.com/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. ### πŸƒ Sports