mneme-brain 0.3.1

Persistent memory system for AI coding agents — Rust + SQLite + FTS5 + MCP. Hybrid search, age encryption, CRDT P2P sync, WASM plugins, TUI with knowledge graph.
Documentation
1
2
3
4
5
6
7
8
9
/* mneme docs custom styles */
:root {
  --md-primary-fg-color: #3949ab;
  --md-accent-fg-color: #7c4dff;
}

.md-header {
  background: linear-gradient(135deg, #3949ab 0%, #7c4dff 100%);
}