ComplyEdge TrustLint — offline EU AI Act compliance checks for Cursor
io.github.complyedge/complyedge
Offline TrustLint checks: EU AI Act Article 5, Article 50, GPAI, plus GDPR and HIPAA.
client:Cursor
transport:stdio
runtime:pypi
Install ComplyEdge TrustLint — offline EU AI Act compliance checks in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"complyedge": {
"type": "stdio",
"command": "uvx",
"args": [
"complyedge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs