Skip to content
Cursor

dmcheck for Cursor

io.github.chaoz23/dmcheck

Deterministic conduct verdicts for live tabletop sessions - CI for running a game.

client:Cursor transport:stdio runtime:pypi

Install dmcheck in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dmcheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dmcheck"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dmcheck in other clients