Skip to content
Zed

chron for Zed

io.github.sirinivask/chron

Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.

client:Zed transport:stdio runtime:npm

Install chron in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "chron": {
      "command": "npx",
      "args": [
        "-y",
        "chron-mcp"
      ],
      "env": {
        "CHRON_DB_PATH": "<CHRON_DB_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

chron in other clients