MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

C
Codex Jadx MCP

code集成jadx mcp不报错

Created 2/26/2026
Updated about 9 hours ago
Repository documentation and setup instructions

JADX-MCP-SERVER (Part of Zin's Reverse Engineering MCP Suite)

[mcp_servers.jadx-mcp]
command = "D:\\Python3.11\\python.exe"
args = [
"D:\\codex-jadx-mcp\\jadx_mcp_server.py",
"--jadx-port",
"8650"
]
env = {
PYTHONUTF8 = "1",
PYTHONIOENCODING = "utf-8",
FASTMCP_SHOW_SERVER_BANNER = "false",
JADX_MCP_VERBOSE = "1"
}
startup_timeout_sec = 30
tool_timeout_sec = 120
Quick Setup
Installation guide for this server

Install Package (if required)

uvx codex-jadx-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "z-bool-codex-jadx-mcp": { "command": "uvx", "args": [ "codex-jadx-mcp" ] } } }