Skip to content
Cline

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

io.github.dungeonroll0/dungeon-roll

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

client:Cline transport:stdio runtime:npm

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

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "dungeon-roll": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

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