ollydbg-mcp

geocausa/ollydbg-mcp
★ 7 stars Python Code/Dev Tools Updated today
MCP bridge for OllyDbg 1.10 with a named-pipe plugin and Python server for debugger inspection and light control.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ollydbg-mcp": {
      "command": "uvx",
      "args": [
        "ollydbg-mcp"
      ]
    }
  }
}

Or install with pip: pip install ollydbg-mcp

README Excerpt

An MCP bridge for **OllyDbg 1.10**. It connects an MCP client to a small native OllyDbg plugin over a local Windows named pipe. The repository is source-first. Compiled DLLs, SDK files, caches, samples and machine-specific paths are intentionally excluded. ```text MCP client | | stdio / streamable HTTP / SSE

Tools (20)

Advapi32olly_clear_all_breakpointsolly_clear_breakpointolly_clear_hardware_breakpointolly_continueolly_current_instructionolly_disasm_from_stackolly_get_capabilitiesolly_get_eipolly_get_registersolly_goto_addressolly_goto_eipolly_list_breakpointsolly_list_modulesolly_list_threadsolly_lookup_addressolly_pauseolly_read_disasmolly_read_memoryolly_read_stack