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