A small, stateless daemon that mirrors a local directory into a remote Cognee instance for RAG indexing. Drop a file in the watched folder; the watcher pushes it to Cognee; queries against Cognee's MCP / search endpoints surface the content within seconds.
Designed as the connective tissue between any process with a local filesystem and a centrally-hosted Cognee server, with strict per-tenant isolation via Cognee datasets.
See DESIGN.md for the architecture, API surface, and rationale.
Design phase. No implementation yet.