AI Audit Trail MCP Server

Prove what your AI did, why, and that nobody changed the record. The EU AI Act becomes mandatory for high-risk AI systems in August 2026. It requires tamper-evident logs proving every decision was made correctly (Art. 12). Most teams are solving this with normal logging - which is neither tamper-evident nor legally defensible in an audit. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-10 · ★ 4 · #194 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install AI Audit Trail

Claude Code

claude mcp add sundsoffice-tech-ai-audit-trail -- uvx ai-audit-trail

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sundsoffice-tech-ai-audit-trail": {
      "command": "uvx",
      "args": [
        "ai-audit-trail"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package ai-audit-trail - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.sundsoffice-tech is GitHub-verified and matches the repo owner

03 · What AI Audit Trail can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.7 · 2026-05-08

server.json description shortened to fit the MCP Registry's 100-char limit. v0.4.6 reached PyPI but the registry rejected its 240-char description with HTTP 422. v0.4.7 ships identical code, just a compliant…

v0.4.6 · 2026-05-08

Added - Official MCP Registry submission · Each release now publishes an entry to registry.modelcontextprotocol.io automatically. AI agents and AI-IDEs that browse the official MCP registry can discover and install…

v0.4.5 · 2026-05-08

Fix · v0.4.4 was tagged on GitHub but never reached PyPI: \test_no_hacca_imports\ walked every submodule and tried to import \ai_audit.mcp_server\, which requires the \[mcp]\ extra. The publish-test job only installs…

04 · Who maintains AI Audit Trail

ai-audit-trail is maintained by sundsoffice-tech. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #194 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.sundsoffice-tech/ai-audit-trail (active, first published 2026-05-08)
packages
pypi:ai-audit-trail

06 · AI Audit Trail FAQ

What is AI Audit Trail?

Prove what your AI did, why, and that nobody changed the record. The EU AI Act becomes mandatory for high-risk AI systems in August 2026. It requires tamper-evident logs proving every decision was made correctly (Art. 12). Most teams are solving this with normal logging - which is neither tamper-evident nor legally defensible in an audit. It runs locally over stdio via the published package.

Is AI Audit Trail still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-10. We re-verify nightly.

How do I install AI Audit Trail?

Run `uvx ai-audit-trail`. You can also paste the ready-made client config above.

Does AI Audit Trail run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to AI Audit Trail