Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

EU Audit Trail in other clients