hwcontract for Grok
io.github.mohibshaikh/hwcontract
Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs)
client:Grok
transport:stdio
runtime:pypi
Install hwcontract in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hwcontract": {
"type": "stdio",
"command": "uvx",
"args": [
"hwcontract"
]
}
}
}
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