srdcheck for Cursor
io.github.chaoz23/srdcheck
Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.
client:Cursor
transport:stdio
runtime:pypi
Install srdcheck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"srdcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"srdcheck"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs