Skip to content

lumirth/ghidra-agent-plugin

v1.0.5MIT

Inspect and improve an existing Ghidra Program through a small local MCP interface.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

ghidrastdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-c",
    "import pathlib,runpy; roots=('${CURSOR_PLUGIN_ROOT}','${PLUGIN_ROOT}'); script=next(pathlib.Path(root)/'scripts/ghidra_agent.py' for root in roots if (pathlib.Path(root)/'scripts/ghidra_agent.py').is_file()); runpy.run_path(str(script),run_name='__main__')",
    "serve"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ghidra-agent-plugin",
  "description": "Inspect and improve an existing Ghidra Program through a small local MCP interface.",
  "version": "1.0.5",
  "author": {
    "name": "lumirth",
    "url": "https://github.com/lumirth"
  },
  "repository": "https://github.com/lumirth/ghidra-agent-plugin",
  "license": "MIT"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
  • LICENSE
View on GitHub