EU Audit Trail for Cursor
io.github.jellewas/eu-audit-mcp
Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.
client:Cursor
transport:stdio
runtime:pypi
Install EU Audit Trail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eu-audit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eu-audit-mcp"
],
"env": {
"AUDIT_CONFIG": "<AUDIT_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs