objdiff-mcp

strayreign/objdiff-mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated today
**An MCP server that wraps [objdiff-cli](https://github.com/encounter/objdiff) by encounter to let AI assistants query decompilation progress directly.**
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": {
    "objdiff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "strayreign/objdiff-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that wraps [`objdiff-cli`](https://github.com/encounter/objdiff) so AI assistants can query your decompilation progress directly that doesn't require copy-pasting terminal output. This MCP server sits on top of `objdiff-cli` and exposes its reporting capabilities as tools that any MCP-compatible AI assistant can call. Ask Claude what's left to decompile, check a specific unit's match percentage, or trigger a fresh report without leaving your agent

Tools (6)

OBJDIFF_CLI_PATHOBJDIFF_PROJECT_ROOTOBJDIFF_REPORT_PATHcheck_matchgenerate_reportlist_incomplete