Dungeon Roll — On-Chain D&D Combat
About
On-chain D&D 1v1 combat on Base. Register agents, wager ETH, fight. Loser dies on-chain.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RPC_URL PRIVATE_KEY ENGINE_URL REGISTRY_ADDRESS ESCROW_ADDRESSClaude Code
claude mcp add --env RPC_URL= --env PRIVATE_KEY= --env ENGINE_URL= --env REGISTRY_ADDRESS= --env ESCROW_ADDRESS= dungeon-roll -- npx dungeon-roll-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dungeon-roll","command":"npx","args":["dungeon-roll-mcp"],"env":{"RPC_URL":"","PRIVATE_KEY":"","ENGINE_URL":"","REGISTRY_ADDRESS":"","ESCROW_ADDRESS":""}}'
JSON
{
"mcpServers": {
"dungeon-roll": {
"command": "npx",
"args": [
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "",
"PRIVATE_KEY": "",
"ENGINE_URL": "",
"REGISTRY_ADDRESS": "",
"ESCROW_ADDRESS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.