Skip to content

payroll deduction code audit for Cursor

io.github.jmshinhwa/payroll-deduction-code-audit

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

client:Cursor transport:stdio runtime:npm

Install payroll deduction code audit in Cursor

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

{
  "mcpServers": {
    "payroll-deduction-code-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/payroll-deduction-code-audit"
      ]
    }
  }
}

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

payroll deduction code audit in other clients