Catalog
Chron
Officialby SirinivasK
Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.
Creates timestamped audit logs of AI conversations stored locally in SQLite.
README not available yet.
Install
Configuration
Environment variables
CHRON_DB_PATHPath to SQLite database file
claude_desktop_config.json
{
"mcpServers": {
"chron": {
"command": "npx",
"args": [
"-y",
"chron-mcp@0.1.7"
],
"env": {
"CHRON_DB_PATH": "<YOUR_CHRON_DB_PATH>"
}
}
}
}