dolphin-re-mcp

Matt-Wood-23/dolphin-re-mcp
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
MCP server exposing Dolphin emulator's GDB stub + process-attach memory backend as tools for LLM agents. Live PowerPC reverse engineering for GameCube/Wii games.
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": {
    "dolphin-re-mcp": {
      "command": "uvx",
      "args": [
        "dolphin-re-mcp"
      ]
    }
  }
}

Or install with pip: pip install dolphin-re-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes [Dolphin emulator](https://dolphin-emu.org/)'s GDB stub plus a process-attach memory backend as tools an LLM agent (Claude Code, Cursor, etc.) can call. It turns Dolphin into a live reverse-engineering target: read/write game memory, set breakpoints and watchpoints, capture register state on hit, disassemble

Tools (7)

DOLPHIN_GDB_HOSTDOLPHIN_GDB_PORTDOLPHIN_NO_AUTO_RESUMEDOLPHIN_NO_BG_CONNECTDOLPHIN_RE_MCP_LOGDOLPHIN_RE_MCP_SYMBOL_MAPMHTRI_DUMPS_DIR