hex image audit for Grok
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:Grok
transport:stdio
runtime:npm
Install hex image audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hex-image-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/hex-image-audit"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs