Skip to content
Cursor

hex image audit for Cursor

io.github.jmshinhwa/hex-image-audit

Recomputes every record checksum in a .hex or .s19 firmware image and names the bad records, the ove

client:Cursor transport:stdio runtime:npm

Install hex image audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hex-image-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/hex-image-audit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hex image audit in other clients