tor-dice-docker

dvystrcil/tor-dice-docker
★ 0 stars Go Browser/Web Updated today
TOR dice roller — Go server with embedded Svelte SPA, calls rpg-dice-mcp via MCP
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tor-dice-docker": {
      "command": "go",
      "args": [
        "run",
        "github.com/dvystrcil/tor-dice-docker@latest"
      ]
    }
  }
}

README Excerpt

TOR-themed dice roller — Go server with embedded [Svelte](https://svelte.dev) SPA. Calls [`rpg-dice-mcp`](https://github.com/dvystrcil/rpg-dice-mcp-docker) over MCP for the actual roll resolution. One binary, one container, one pod. The browser only ever talks to this server (same-origin, no CORS). Inside the Go process, an MCP client speaks Streamable HTTP to `rpg-dice-mcp` for `roll`, `roll_tor_check`, and `roll_tor_combat`.

Tools (2)

TOR_DICE_LISTENTOR_DICE_MCP_URL