ai-audit-trail for Cursor
io.github.sundsoffice-tech/ai-audit-trail
Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready.
client:Cursor
transport:stdio
runtime:pypi
Install ai-audit-trail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-audit-trail": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-audit-trail"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs