Skip to content
Discussion options

You must be logged in to vote

Sorry for the very late reply on this — the answer has gotten more complete since you asked.

ghidra-mcp composes well with a Ghidra Server. Concretely:

  • /server/ endpoints* — auth (/server/connect), repo and folder listing, checkout, checkin, launch_codebrowser, status checks, etc. So you can do the full collaboration loop (lock → edit → commit) from MCP.
  • GUI plugin (FrontEnd mode) — runs in the Project Manager window and uses a FrontEndProgramProvider that opens server-managed programs on demand from DomainFile. That means an AI agent can read/write annotations on shared-server files the same way a human collaborator would, and save_program + checkin persists the edits back to the server…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bethington
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants