cra compliance mcp for Cursor
io.github.csoai-org/cra-compliance-mcp
EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification...
client:Cursor
transport:stdio
runtime:pypi
Install cra compliance mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cra-compliance-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cra-compliance-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs