Overview
The connector syncs pages you choose into memloom as context documents, recallable alongside your memories and files, and keeps them fresh. No extraction, so sync costs only embeddings, and only for content that changed.Create an integration
Share your pages with it
Page menu, then Connections. Access recurses, so sharing a page includes its subpages and
database rows.
Add the token
NOTION_TOKEN=... in ~/.memloom/config.env, then restart the daemon.notion connect
--page.
notion sync
A page-level change that no section accounts for falls back to a full fetch, so nothing slips
through. A manual sync arriving mid-poll waits its turn rather than being refused.
notion status and disconnect
The token never crosses memloom’s HTTP API or the viewer; the daemon reads it from its own
environment. Page content goes only to your embedding provider, and only the changed parts.
Notion webhooks need a public HTTPS endpoint, so a local-first daemon polls by design.