JADX-AI-MCP v6.3.0 Release Notes
Announcing the release of JADX-AI-MCP v6.3.0, fundamentally improving the way the MCP Server connects with the JADX Plugin, enhancing security across the transport layer, and resolving critical bugs that affected remote/Docker workflows and JSON-RPC stability.
Key Features & Architectural Changes
-
Advanced Network Topologies (
--host&--jadx-host) The architecture has been redesigned to support flexible deployments, such as running the server in Docker, WSL, or on a remote VM, separate from the JADX GUI.--host [IP]: The Python MCP server can now bind to any interface (e.g.,0.0.0.0), allowing LLM clients from external networks to connect over HTTP.
--jadx-host [IP]: Replaces the hardcoded127.0.0.1plugin target. The MCP Server can now connect to a JADX plugin running on an entirely different machine. -
Deep Stdio Integrity (Fixing Claude Desktop & LM Studio) When running the server in
stdiomode (used by Claude Desktop and Codex), any human-readable logging previously pollutedstdoutand fatally corrupted the JSON-RPC stream.- All application banners, startup checks, and internal logs are now strictly routed to
stderr. stdoutis now 100% reserved for pure MCP communication.
- All application banners, startup checks, and internal logs are now strictly routed to
-
Advanced Tool Parameters
Manifest Extraction: Added the get_manifest_component tool for targeted extraction of precise AndroidManifest XML components (Activities, Receivers, Services).
🛡️ Security & Stability
- Proxy Isolation (
trust_env=False): The internal HTTP client routing traffic to the JADX plugin now ignores system proxy variables (http_proxy/https_proxy). This prevents OS-level VPNs and enterprise proxies from accidentally intercepting or breaking the internal127.0.0.1API loop. - Runtime Security Warnings: When binding
--hostto remote interfaces like0.0.0.0, the server now issues immediate, unavoidable initialization warnings covering the risks of unencrypted/unauthenticated HTTP transport over open networks.
Checksum SHA256:
- jadx-mcp-server-6.3.0.zip:
36b7139e16f754b13c04d995b868eb1d33785e36944b9af65f311fc3f95c94bf - jadx-ai-mcp-6.3.0.jar:
5ccd9593eab85f69115647b3bfba84eb290b620fcd4015c5b8343a90701813d2
New Contributors:
Full Changelog: v6.2.0...v6.3.0