chron for Cursor
io.github.sirinivask/chron
Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.
client:Cursor
transport:stdio
runtime:npm
Install chron in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chron": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chron-mcp"
],
"env": {
"CHRON_DB_PATH": "<CHRON_DB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs