MenteDB is a database engine designed for AI agent memory management. Written in Rust, it stores and retrieves knowledge optimized for transformer consumption. It is provides a storage engine that replaces static configuration files with an active knowledge management system capable of tracking decisions and detecting inconsistencies.
- Website
- https://mentedb.com[01]
- Source Code
- https://github.com/nambok/mentedb[02]
- Developer
- Country of Origin
- US
- Start Year
- 2026
- Project Types
- Hobby, Open Source
- Written in
- Rust
- License
- Apache v2
It provides semantic search via embeddings, contradiction detection, and cross-device synchronization. The system uses a background pipeline to extract facts, preferences, and decisions from conversation logs.
MenteDB is a database engine designed for AI agent memory management. Written in Rust, it stores and retrieves knowledge optimized for transformer consumption. It is provides a storage engine that replaces static configuration files with an active knowledge management system capable of tracking decisions and detecting inconsistencies.
It provides semantic search via embeddings, contradiction detection, and cross-device synchronization. The system uses a background pipeline to extract facts, preferences, and decisions from conversation logs.
History
MenteDB was released as an open-source project under the Apache 2.0 license. It is developed by nambok and targets AI agent memory workloads.
Citations
3 sources- MenteDB | The Mind Database for AI Agents mentedb.com
- 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. · GitHub github.com
- mentedb_core - Rust docs.rs