Dungeon Roll
Rank #3,784io.github.dungeonroll0/dungeon-roll
MCP server providing dungeon-roll capabilities
Dungeon Roll is a Model Context Protocol (MCP) server published by dungeonroll0. It ranks #3,784 of 132,046 servers tracked on MCP Toplist, and its repository has 109 GitHub stars. Dungeon Roll is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 128,262 of 132,046 servers on MCP Toplist.
Use Dungeon Roll
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dungeon-roll -e "RPC_URL=<your RPC_URL>" -e "PRIVATE_KEY=<your PRIVATE_KEY>" -e "ENGINE_URL=<your ENGINE_URL>" -e "REGISTRY_ADDRESS=<your REGISTRY_ADDRESS>" -e "ESCROW_ADDRESS=<your ESCROW_ADDRESS>" -- npx -y dungeon-roll-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dungeon-roll]
command = "npx"
args = ["-y", "dungeon-roll-mcp"]
[mcp_servers.dungeon-roll.env]
RPC_URL = "<your RPC_URL>"
PRIVATE_KEY = "<your PRIVATE_KEY>"
ENGINE_URL = "<your ENGINE_URL>"
REGISTRY_ADDRESS = "<your REGISTRY_ADDRESS>"
ESCROW_ADDRESS = "<your ESCROW_ADDRESS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dungeon-roll": {
"command": "npx",
"args": [
"-y",
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"PRIVATE_KEY": "<your PRIVATE_KEY>",
"ENGINE_URL": "<your ENGINE_URL>",
"REGISTRY_ADDRESS": "<your REGISTRY_ADDRESS>",
"ESCROW_ADDRESS": "<your ESCROW_ADDRESS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dungeon-roll": {
"command": "npx",
"args": [
"-y",
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"PRIVATE_KEY": "<your PRIVATE_KEY>",
"ENGINE_URL": "<your ENGINE_URL>",
"REGISTRY_ADDRESS": "<your REGISTRY_ADDRESS>",
"ESCROW_ADDRESS": "<your ESCROW_ADDRESS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dungeon-roll": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"PRIVATE_KEY": "<your PRIVATE_KEY>",
"ENGINE_URL": "<your ENGINE_URL>",
"REGISTRY_ADDRESS": "<your REGISTRY_ADDRESS>",
"ESCROW_ADDRESS": "<your ESCROW_ADDRESS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dungeon-roll": {
"command": "npx",
"args": [
"-y",
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"PRIVATE_KEY": "<your PRIVATE_KEY>",
"ENGINE_URL": "<your ENGINE_URL>",
"REGISTRY_ADDRESS": "<your REGISTRY_ADDRESS>",
"ESCROW_ADDRESS": "<your ESCROW_ADDRESS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dungeon-roll": {
"command": "npx",
"args": [
"-y",
"dungeon-roll-mcp"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"PRIVATE_KEY": "<your PRIVATE_KEY>",
"ENGINE_URL": "<your ENGINE_URL>",
"REGISTRY_ADDRESS": "<your REGISTRY_ADDRESS>",
"ESCROW_ADDRESS": "<your ESCROW_ADDRESS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dungeonroll0%2Fdungeon-roll)<a href="https://mcptoplist.com/server/io.github.dungeonroll0%2Fdungeon-roll"><img src="https://mcptoplist.com/badge/io.github.dungeonroll0%2Fdungeon-roll.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dungeonroll0
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Mar 13, 2026 |
| 0.1.1 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dungeon Roll?
- Dungeon Roll is maintained by dungeonroll0, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Dungeon Roll listed on the Official MCP Registry?
- Yes — Dungeon Roll is listed on the Official MCP Registry.
- How many versions does Dungeon Roll have?
- MCP Toplist tracks 3 versions of Dungeon Roll, most recently published on Mar 13, 2026.
- Where can I find the source code for Dungeon Roll?
- The source code for Dungeon Roll is hosted at github.com/dungeonroll0/dungeon-roll.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.