compliance shield for Cursor
io.github.mdfifty50-boop/compliance-shield
ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents
client:Cursor
transport:stdio
runtime:npm
Install compliance shield in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"compliance-shield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"compliance-shield-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs