Skip to content
Cursor

deterministic for Cursor

io.github.archradhq/deterministic

Deterministic IR/IR-LINT validation, policy packs, drift vs exports (archrad). Apache-2.0.

client:Cursor transport:stdio runtime:npm

Install deterministic in Cursor

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

{
  "mcpServers": {
    "deterministic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@archrad/deterministic"
      ]
    }
  }
}

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

deterministic in other clients