dmcheck-mcp
Rank #14,517io.github.chaoz23/dmcheck
Deterministic conduct verdicts for live tabletop sessions - CI for running a game.
dmcheck-mcp is a Model Context Protocol (MCP) server published by chaoz23. It ranks #14,517 of 115,591 servers tracked on MCP Toplist. dmcheck-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 101,074 of 115,591 servers on MCP Toplist.
Use dmcheck-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dmcheck -- uvx --from dmcheck dmcheck-mcp dmcheck[mcp_servers.dmcheck]
command = "uvx"
args = ["--from", "dmcheck", "dmcheck-mcp", "dmcheck"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dmcheck": {
"command": "uvx",
"args": [
"--from",
"dmcheck",
"dmcheck-mcp",
"dmcheck"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dmcheck": {
"command": "uvx",
"args": [
"--from",
"dmcheck",
"dmcheck-mcp",
"dmcheck"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dmcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"dmcheck",
"dmcheck-mcp",
"dmcheck"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dmcheck": {
"command": "uvx",
"args": [
"--from",
"dmcheck",
"dmcheck-mcp",
"dmcheck"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dmcheck": {
"command": "uvx",
"args": [
"--from",
"dmcheck",
"dmcheck-mcp",
"dmcheck"
]
}
}
}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.chaoz23%2Fdmcheck)<a href="https://mcptoplist.com/server/io.github.chaoz23%2Fdmcheck"><img src="https://mcptoplist.com/badge/io.github.chaoz23%2Fdmcheck.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chaoz23
Other servers by chaoz23
- srdcheck#5,735 · 5 vers
- inkcheck#7,520 · 5 vers
- charactercheck-mcp#10,444 · 4 vers
- loudcheck#43,759 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.4.0 | Jul 27, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.1.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains dmcheck-mcp?
- dmcheck-mcp is maintained by chaoz23, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is dmcheck-mcp listed on the Official MCP Registry?
- Yes — dmcheck-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does dmcheck-mcp have?
- MCP Toplist tracks 3 versions of dmcheck-mcp, most recently published on Jul 27, 2026.
- Where can I find the source code for dmcheck-mcp?
- The source code for dmcheck-mcp is hosted at github.com/chaoz23/dmcheck.