bookmarks lifecycle for Zed
io.github.fisher521/bookmarks-lifecycle
Bookmarks on a decision clock: 24 hours to decide, 30 days to watch, or keep. Never deletes.
client:Zed
transport:stdio
runtime:npm
Install bookmarks lifecycle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bookmarks-lifecycle": {
"command": "npx",
"args": [
"-y",
"bookmarks-lifecycle"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs