概要
The Ghidra MCP Bridge project provides AI assistants with robust interaction capabilities for Ghidra, leveraging a local HTTP bridge. It features a Ghidra Extension that runs an HTTP server directly within Ghidra, exposing critical program data and operations via REST API endpoints. Complementing this, a Python-based Model Context Protocol (MCP) server connects to the Ghidra bridge, offering a suite of tools that allow AI systems to query program details, list and rename functions, patch binary bytes, and set comments, thereby automating and enhancing reverse engineering workflows.