audit trail for VS Code
io.github.piqrypt/audit-trail
Cryptographic audit trail for AI agents. Sign, verify, export. GDPR/HIPAA/EU AI Act.
client:VS Code
transport:stdio
runtime:npm
Install audit trail in VS Code
.vscode/mcp.json
{
"servers": {
"audit-trail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@piqrypt/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs