constraints registry for Cursor
io.github.sureshkhemka/constraints-registry
Policy-as-code guardrails for AI coding agents, validated via OPA, Conftest, Checkov & Semgrep.
client:Cursor
transport:stdio
runtime:pypi
Install constraints registry in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"constraints-registry": {
"type": "stdio",
"command": "uvx",
"args": [
"constraints-registry"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs