Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

chron in other clients