GhostMCP

mq1n/GhostMCP
★ 13 stars Rust 💻 Code/Dev Tools Updated 9d ago
Injectable MCP server for AI-driven reverse engineering inside processes
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghostmcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "GhostMCP"
      ]
    }
  }
}