Skip to content
Grok

warhammer oracle for Grok

io.github.gregario/warhammer-oracle

Warhammer 40K and Kill Team rules, stats, and game flow MCP server

client:Grok transport:stdio runtime:npm

Install warhammer oracle in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "warhammer-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "warhammer-oracle"
      ]
    }
  }
}

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

warhammer oracle in other clients