$ ~/security/projects/reverie on main git show
README.md
+6
@@ -0,0 +1,6 @@ about
1
reverie is an MCP server that gives LLM agents persistent memory
2
across sessions. it implements the Oblivion architecture with three
3
memory layers, Ebbinghaus-curve decay, and a knowledge graph for
4
semantic recall. no cloud required — runs locally via Ollama
5
embeddings with SQLite persistence. integrates with Claude Code,
6
Claude Desktop, and OpenCode through the Model Context Protocol.
techniques.config
+5
@@ -0,0 +1,5 @@ techniques
1
Three-layer cognitive memory architecture (L1/L2/L3)
2
Ebbinghaus forgetting curve for adaptive memory decay
3
Vector similarity search with knowledge graph expansion
4
Multi-gate retention filtering (similarity, decay, judgment)
5
MCP server architecture for LLM agent integration