hwcontract for Cursor
io.github.mohibshaikh/hwcontract
Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs)
client:Cursor
transport:stdio
runtime:pypi
Install hwcontract in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hwcontract": {
"type": "stdio",
"command": "uvx",
"args": [
"hwcontract"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs