Skip to content
Cursor

dora register lint for Cursor

io.github.jmshinhwa/dora-register-lint

24 checks on the register CSV before it reaches the supervisor — LEI check digits, ISO dates and cod

client:Cursor transport:stdio runtime:npm

Install dora register lint in Cursor

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

{
  "mcpServers": {
    "dora-register-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/dora-register-lint"
      ]
    }
  }
}

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

dora register lint in other clients