Skip to content

devicetree config language pack for Cursor

io.github.jmshinhwa/devicetree-config-language-pack

status = "ok" compiles clean and the node never appears. 23 rules over 7 config languages, on the fi

client:Cursor transport:stdio runtime:npm

Install devicetree config language pack in Cursor

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

{
  "mcpServers": {
    "devicetree-config-language-pack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/devicetree-config-language-pack"
      ]
    }
  }
}

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

devicetree config language pack in other clients