muninn-ghidra

sabercat204/muninn-ghidra
★ 0 stars Java Code/Dev Tools Updated today
Muninn-ghidra: memory of the binary. Single-process Java extension hosting an MCP server inside Ghidra, exposing 14 spec-first RE tools for x64 / ARM firmware and game-binary analysis.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "muninn-ghidra": {
      "command": "npx",
      "args": [
        "-y",
        "sabercat204/muninn-ghidra"
      ]
    }
  }
}

README Excerpt

Memory of the binary. Named for Odin's raven of memory — the project recovers what compilers strip and obfuscators hide. Single-process Java extension for Ghidra that hosts a Model Context Protocol (MCP) server. Exposes reverse-engineering tooling to MCP clients (Claude Code, custom integrations) for x64 / ARM firmware and game-binary analysis.

Tools (14)

auditdisassemble_rangeget_function_infoget_program_infoget_xrefslist_exportslist_functionslist_importslist_segmentslist_stringslist_symbolsrename_symbolsearch_bytesset_comment

Topics

binary-analysisclaudeghidrajavamcpmodel-context-protocolreverse-engineering