Back to MCP directory
publicPublicdnsLocal runtime

ghidra-mcp

Ghidra MCP Bridge是一个通过本地HTTP桥接使AI助手能够与Ghidra逆向工程工具交互的MCP服务器项目,包含Ghidra扩展插件和Python MCP服务器,支持查询程序信息、分析函数、重命名、打补丁和添加注释等操作。

article

README

No content was provided for this section

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client