- Step1: Install Java 21 and set JAVA_HOME environment variable.
- Step2: Download and install Ghidra 11.3.1+.
- Step3: Clone or download the MCP server repository from GitHub.
- Step4: Run the setup scripts to prepare the environment.
- Step5: Install the MCP CLI using pip.
- Step6: Register the MCP server with 'mcp install main.py'.
- Step7: Start the MCP server in dev mode with 'mcp dev main.py'.
- Step8: Use the exposed tools and APIs to analyze binaries and retrieve decompiled data.