Skip to content
Grok

deterministic for Grok

io.github.archradhq/deterministic

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

client:Grok transport:stdio runtime:npm

Install deterministic in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

deterministic in other clients