Ghost-MCP is an injectable MCP (Model Context Protocol) server for vibe reverse engineering assistant on Windows. It combines memory inspection
Ghostmcp MCP server exists for a simple reason — assistants are far more useful when they can act on Ghostmcp directly instead of describing what you should do. Ghost-MCP is an injectable MCP (Model Context Protocol) server for vibe reverse engineering assistant on Windows. It combines memory inspection, disassembly, debugging, and code injection into a single tool that any MCP-compatible AI.
Once Ghostmcp is connected, these are the calls the assistant has available:
Server — side filtering** to include/exclude by API name, module, thread, return valuesafety_status — View current mode, stats, and pending approvalssafety_set_mode — Switch between educational/standard/expertsafety_approve — Approve a pending dangerous operationpatch_history — View all patches applied this sessionpatch_undo — Restore original bytes for any patchpatch_preview — Dry-run preview before applying patchesSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ghostmcp's toolset — Server, safety_status, safety_set_mode and 4 more — is a fair guide to whether it matches your workflow. It is maintained by mq1n; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Server | side filtering** to include/exclude by API name, module, thread, return value |
| safety_status | View current mode, stats, and pending approvals |
| safety_set_mode | Switch between educational/standard/expert |
| safety_approve | Approve a pending dangerous operation |
| patch_history | View all patches applied this session |
| patch_undo | Restore original bytes for any patch |
| patch_preview | Dry-run preview before applying patches |
{
"mcpServers": {
"ghost-core": {
"command": "path/to/ghost-core-mcp.exe",
"args": ["--transport", "stdio"]
},
"ghost-analysis": {
"command": "path/to/ghost-analysis-mcp.exe",
"args": ["--port", "13341"]
},
"ghost-static": {
"command": "path/to/ghost-static-mcp.exe",
"args": ["--port", "13342"]
},
"ghost-extended": {
"command": "path/to/ghost-extended-mcp.exe",
"args": ["--port", "13343"]
}
}
}Configuration as documented by the project. Restart the client after saving.
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.