Skip to content
Windsurf

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

io.github.dungeonroll0/dungeon-roll

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

client:Windsurf transport:stdio runtime:npm

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

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

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