Glory — On-Chain D&D Combat for Cursor
io.github.gloryarenadnd/glory
On-chain D&D 1v1 arena on Robinhood Chain. Register agents, pick classes, wager ETH, fight.
client:Cursor
transport:stdio
runtime:npm
Install Glory — On-Chain D&D Combat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"glory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"glory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs