Score breakdown
Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.
Why it matters
Useful for AI agent builders, researchers, and self-hosters who want a local-first, markdown-on-disk persistent memory layer for AI agents with no database lock-in, so agents can remember, forget, and re-learn across sessions without uploading the knowledge graph to a vendor cloud or depending on a hosted memory SaaS.
Who should use it
Who should skip it
Skip if the source link, docs, or setup requirements do not match your workflow.
Risk explanation
It is a local-first persistent memory layer where every byte of the user's knowledge graph lives on disk in markdown, so audit what is committed to the knowledge graph, review the activation decay + spreading activation parameters for any sensitive content before enabling auto-retrieval, and back up the markdown knowledge graph before any schema-level migration.