Skip to content
Grok

Dungeon Roll — On-Chain D&D Combat for Grok

io.github.dungeonroll0/dungeon-roll

On-chain D&D 1v1 combat on Base. Register agents, wager ETH, fight. Loser dies on-chain.

client:Grok transport:stdio runtime:npm

Install Dungeon Roll — On-Chain D&D Combat in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dungeon-roll": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dungeon-roll-mcp"
      ],
      "env": {
        "RPC_URL": "<RPC_URL>",
        "PRIVATE_KEY": "<PRIVATE_KEY>",
        "ENGINE_URL": "<ENGINE_URL>",
        "REGISTRY_ADDRESS": "<REGISTRY_ADDRESS>",
        "ESCROW_ADDRESS": "<ESCROW_ADDRESS>"
      }
    }
  }
}

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

Dungeon Roll — On-Chain D&D Combat in other clients