ActionProof for VS Code
io.github.burakfenerci5/actionproof
Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.
client:VS Code
transport:stdio
runtime:npm
Install ActionProof in VS Code
.vscode/mcp.json
{
"servers": {
"actionproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"actionproof"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs