mcpbeat

Glory — On-Chain D&D Combat MCP Server

io.github.gloryarenadnd/glory
local only

Glory — On-Chain D&D Combat runs on your own machine — the client starts it, so there is no endpoint to ping. 412 installs a week from npm.

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

Installs per day peak 412 · avg 13
a month agotoday
412
Installs / week
npm · glory-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add glory -- npx -y glory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glory": {
      "args": [
        "-y",
        "glory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glory]
command = "npx"
args = ["-y", "glory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "glory": {
      "args": [
        "-y",
        "glory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glory": {
      "args": [
        "-y",
        "glory-mcp"
      ],
      "command": "npx"
    }
  }
}

Glory — On-Chain D&D Combat — questions

Answers built from our own checks of this server.

Why is there no uptime for Glory — On-Chain D&D Combat?
Glory — On-Chain D&D Combat runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package glory-mcp was installed 412 times last week.
How do I connect Glory — On-Chain D&D Combat?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls glory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Glory — On-Chain D&D Combat?
The npm package glory-mcp was installed 412 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.