Skip to content
VS Code

srdcheck for VS Code

io.github.chaoz23/srdcheck

Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.

client:VS Code transport:stdio runtime:pypi

Install srdcheck in VS Code

.vscode/mcp.json

{
  "servers": {
    "srdcheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "srdcheck"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

srdcheck in other clients