Skip to content
Cursor

firmware release gate for Cursor

io.github.jmshinhwa/firmware-release-gate

Finds the build-config lines that ship an ESP-IDF or Zephyr device with secure boot off, a debug por

client:Cursor transport:stdio runtime:npm

Install firmware release gate in Cursor

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

{
  "mcpServers": {
    "firmware-release-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/firmware-release-gate"
      ]
    }
  }
}

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

firmware release gate in other clients