Skip to content
Cursor

hourledger mcp for Cursor

io.github.wudongjie/hourledger-mcp

Work hours and overtime pay tools — federal, CA, AK, CO, NV rules, every rule covered by tests.

client:Cursor transport:stdio runtime:npm

Install hourledger mcp in Cursor

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

{
  "mcpServers": {
    "hourledger-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hourledger-mcp"
      ]
    }
  }
}

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

hourledger mcp in other clients