Skip to content

Commit a8a338f

Browse files
committed
RELEASE: beta v0.0.0
1 parent 5fb7dc2 commit a8a338f

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414

1515
<!-- It is a still in early stage of development, so expects bugs, crashes and logical erros.-->
1616

17-
<!-- Standalone Plugin for [JADX](https://github.com/skylot/jadx) (Started as Fork) with Model Context Protocol (MCP) integration for AI-powered static code analysis and real-time code review and reverse engineering tasks using Claude.-->
18-
1917
![apktool-mcp-server-banner.png](docs/assets/apktool-mcp-server-banner.png) Image generated using AI tools.
2018

2119
---
2220

2321
## 🤖 What is apktool-mcp-server?
2422

25-
**apktool-mcp-server** is a plugin for the [JADX decompiler](https://github.com/skylot/jadx) that integrates directly with [Model Context Protocol (MCP)](https://github.com/anthropic/mcp) to provide **live reverse engineering support with LLMs like Claude**.
23+
**apktool-mcp-server** is a MCP server for the [Apk Tool](https://github.com/iBotPeaches/apktool) that integrates directly with [Model Context Protocol (MCP)](https://github.com/anthropic/mcp) to provide **live reverse engineering support with LLMs like Claude**.
2624

2725
Think: "Decompile → Context-Aware Code Review → AI Recommendations" — all in real time.
2826

@@ -31,10 +29,6 @@ Watch the demo!
3129

3230
<!-- Place youtube video -->
3331

34-
## 🤖 What is apktool-mcp-server?
35-
36-
**JADX MCP Server** is a standalone Python server that interacts with a `apktool-mcp-server` plugin (see: [apktool-mcp-server](https://github.com/zinja-coder/apktool-mcp-server)) via MCP (Model Context Protocol). It lets LLMs communicate with the decompiled Android app context live.
37-
3832
## Current MCP Tools
3933

4034
The following MCP tools are available:
@@ -49,28 +43,41 @@ The following MCP tools are available:
4943

5044
🔍 Basic Code Understanding
5145

46+
**TODO**
47+
5248
🛡️ Vulnerability Detection
5349

50+
**TODO**
51+
5452
🛠️ Reverse Engineering Helpers
5553

54+
**TODO**
55+
5656
📦 Static Analysis
5757

58+
**TODO**
59+
5860
🤖 AI Code Modification
5961

62+
**TODO**
63+
6064
📄 Documentation & Metadata
6165

66+
**TODO**
67+
6268
---
6369

6470
## 📦 Features
6571

72+
**TODO**
73+
6674
---
6775

6876
## 🛠️ Getting Started
6977

7078
### 1. Downlaod from Releases: https://github.com/zinja-coder/apktool-mcp-server/releases
7179

7280

73-
7481
```bash
7582
# 0. Download the apktool-mcp-server-<version>.zip
7683
https://github.com/zinja-coder/apktool-mcp-server/releases
@@ -144,7 +151,7 @@ The original README.md from Apktool is included here in this repository for refe
144151

145152
Also huge thanks to [@aaddrick](https://github.com/aaddrick) for developing Claude desktop for Debian based Linux.
146153

147-
And in last, thanks to [@anthropics](https://github.com/anthropics) for developing the Model Context Protocol and @FastMCP team.
154+
And in last, thanks to [@anthropics](https://github.com/anthropics) for developing the Model Context Protocol and [@FastMCP](https://github.com/jlowin/fastmcp) team.
148155

149156
## 📄 License
150157

0 commit comments

Comments
 (0)