Bookmark Context
Type to search documentation.

File locations

Where Bookmark Context keeps its data on disk.

PathContents
~/.config/bookmark-context/tokenAPI token, mode 0600
~/.config/bookmark-context/config.tomlConfig, if you created it
~/.local/share/bookmark-context/bookmarks.dbSQLite: collections, bookmarks, chunk text, saved page HTML
~/.local/share/bookmark-context/chroma/Chroma vector store — one Chroma collection per bookmark collection, named col_<id>
~/.local/share/bookmark-context/trace/processes.jsonlOpt-in process spawn/exit log. Rotates at 1 MB, keeps one .jsonl.1.
~/.local/share/bookmark-context/trace/mcp-tools.jsonlOpt-in tool-call log (name, duration, outcome). Same rotation.
/tmp/mcp_raw.logRaw JSON-RPC, written only while mcp_debug.py runs as a stdio proxy

To reset everything, stop the daemon and delete ~/.local/share/bookmark-context/. The token in ~/.config can stay.

Last updated Sep 9, 2026