Srdcheck MCP Server

A shared rules rail for agents: named, cited checks with explicit boundaries, so every caller can use the same deterministic result without mistaking a partial check for global legality. It runs locally over stdio via the published package.

People connecting gaming tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #14 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Srdcheck

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add chaoz23-srdcheck -- uvx srdcheck

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "chaoz23-srdcheck": {
      "command": "uvx",
      "args": [
        "srdcheck"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-16 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package srdcheck - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.chaoz23 is GitHub-verified and matches the repo owner

03 · What Srdcheck can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.0 · 2026-08-03

Privacy-safe observability for agent DMs · Adds an opt-in, separately versioned metadata-only request lifecycle contract. · Preserves deterministic verdict payloads and verdict identity; timing stays out of band.…

v0.8.0 · 2026-08-03

make verdict completeness explicit · preregister MCP tool-selection evidence · separate fact, rule, and DM decision provenance · Persistent DM rulings and table-policy workflow · Bind state transitions to evaluated…

v0.7.0 · 2026-08-02

Adds the table.evaluation/1.0 contract and opt-in table_evaluation MCP capability for scoped, evidence-backed rulings at live tables. Includes portable evidence, corrected coverage semantics, caller-provided join…

04 · Who maintains Srdcheck

srdcheck is maintained by chaoz23. We track 4 MCP servers from chaoz23 - 4 actively maintained, 3 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
gaming - ranked #14 of 35 actively-maintained gaming servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-03)
registry
io.github.chaoz23/srdcheck (active, first published 2026-07-17 · 7 versions)
packages
pypi:srdcheck

06 · Srdcheck FAQ

What is Srdcheck?

A shared rules rail for agents: named, cited checks with explicit boundaries, so every caller can use the same deterministic result without mistaking a partial check for global legality. It runs locally over stdio via the published package.

Is Srdcheck still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Srdcheck?

Run `uvx srdcheck`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Srdcheck run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Srdcheck

More gaming MCP servers · Redm MCP · RPG Maker MV Ultimate MCP · Godot MCP Runtime

More Python MCP servers · Pruna · Memory MCP · Chipzen · Korea Data Suite · Server Sigma · see all