Skip to content
VS Code

Glory — On-Chain D&D Combat for VS Code

io.github.gloryarenadnd/glory

On-chain D&D 1v1 arena on Robinhood Chain. Register agents, pick classes, wager ETH, fight.

client:VS Code transport:stdio runtime:npm

Install Glory — On-Chain D&D Combat in VS Code

.vscode/mcp.json

{
  "servers": {
    "glory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glory-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Glory — On-Chain D&D Combat in other clients