Odel
warhammer oracle

warhammer oracle

Local
@gregario9TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwarhammer-oraclev0.1.1

Run

npx -y warhammer-oracle

MCP client config

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