GitHub - nambok/mentedb: A cognition aware database engine for AI agent memory. Purpose built in Rust with WAL, HNSW, knowledge graphs, and speculative context pre assembly. Not a wrapper, a ground up storage engine that thinks.
⚠️ Beta — MenteDB is under active development. APIs may change between minor versions.
The Mind Database for AI Agents
MenteDB is a purpose built database engine for AI agent memory. Not a wrapper around existing databases, but a ground up Rust storage engine that understands how AI/LLMs consume data.
mente (Spanish): mind, intellect
Quick Start
Just remember a conversation:
# Via REST API
curl -X POST http://localhost:6677/v1/ingest \
-H "Content-Type: application/json" \
-d '{"conversation": "...
Read more at github.com