@clinetools/audit-logger
v0.1.0
Published
Generate compliance-ready audit logs of all agent actions: files modified, commands run, APIs called. Export as JSON, CSV, or HTML reports.
Maintainers
Readme
Audit Log Generator
Generate compliance-ready audit logs of all agent actions: files modified, commands run, APIs called. Export as JSON, CSV, or HTML reports.
Quick Start
npx @clinetools/audit-loggerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add audit-logger -- npx @clinetools/audit-loggerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"audit-logger": {
"command": "npx",
"args": ["@clinetools/audit-logger"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
