In this demo
sqlite-vec (WASM, in-memory)A real vector database (sqlite-vec compiled to WebAssembly) and a real embedding model (all-MiniLM-L6-v2, ONNX) run on this page. Store memories, search them by meaning — nothing is uploaded, ever.
Search enables once the embedding model (~23 MB) finishes loading. It is fetched from this site only — no CDN, no third parties.
Verify it yourself: open your browser's network tab. After the initial same-origin asset load, this page makes no further requests — embedding, storage and search all happen locally. Reloading the page discards everything.
The demo uses the same components as the self-hosted MCP Memory Service — just without persistence, consolidation, or multi-client access.