A Ghidra plugin that provides a bridge between Ghidra and a Zig-based MCP server for enhanced program analysis capabilities.
Ghidra MCP Zig Plugin MCP server exists for a simple reason — assistants are far more useful when they can act on Ghidra MCP Zig Plugin directly instead of describing what you should do. A Ghidra plugin that provides a bridge between Ghidra and a Zig-based MCP server for enhanced program analysis capabilities.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Ghidra MCP Zig Plugin is connected, these are the calls the assistant has available:
decompile — Decompile a functionrename_function — Rename a functionrename_data — Rename a data objectlist_functions — List all functionslist_data — List all data objectslist_imports — List all importslist_exports — List all exportsDebugging — The Debugging tool exposed by this serverYou will need one environment variable: GHIDRA_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ghidra MCP Zig Plugin's toolset — decompile, rename_function, rename_data and 5 more — is a fair guide to whether it matches your workflow. It is maintained by streamerd; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ghidra MCP Zig Plugin's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| decompile | Decompile a function |
| rename_function | Rename a function |
| rename_data | Rename a data object |
| list_functions | List all functions |
| list_data | List all data objects |
| list_imports | List all imports |
| list_exports | List all exports |
| Debugging | The Debugging tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| GHIDRA_PATH | Filesystem location the server is allowed to use. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.