Skip to content
Zed

EU Audit Trail for Zed

io.github.jellewas/eu-audit-mcp

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

client:Zed transport:stdio runtime:pypi

Install EU Audit Trail in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "eu-audit-mcp": {
      "command": "uvx",
      "args": [
        "eu-audit-mcp"
      ],
      "env": {
        "AUDIT_CONFIG": "<AUDIT_CONFIG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

EU Audit Trail in other clients