mcp regulated ai compliance for Cursor
io.github.uchit/mcp-regulated-ai-compliance
Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety.
client:Cursor
transport:stdio
runtime:npm
Install mcp regulated ai compliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-regulated-ai-compliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hellouchit/mcp-regulated-ai-compliance"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs