概要
This Python-based MCP (Model Context Protocol) server integrates the powerful CFR decompiler, enabling AI agents and LLMs to programmatically access and analyze the source code of compiled Java applications. It exposes a 'decompile' tool via an SSE (Server-Sent Events) transport, allowing clients to request decompilation of specific files or even methods, with options to fine-tune the output for clearer understanding or debugging. This server is ideal for enhancing agent capabilities in code comprehension, reverse engineering, and security analysis of Java binaries.