mcp geracompliance for Cursor
io.github.geraservicesuk/mcp-geracompliance
EU AI Act and GDPR compliance: checks, audits, generate policies.
client:Cursor
transport:stdio
runtime:npm
Install mcp geracompliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-geracompliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracompliance"
],
"env": {
"GERACOMPLIANCE_API_URL": "<GERACOMPLIANCE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs