CueMap

CueMap

A deterministic, Rust-built memory engine for AI agents, offering sub-millisecond recall over millions of stored memories.

🔗 Visit CueMap
📁 Databases & Storage🗣️ English📅 August 26, 2026

Description

AI agents that need to remember things across sessions usually lean on a vector database, but plain similarity search doesn't capture how memory actually works — some things matter because they're recent, others because they keep coming up, others because of the specific context they happened in. CueMap is a purpose-built memory engine that models that more directly: it filters memories through overlapping contextual cues, balances fresh information against high-impact past events, and reinforces memories that get accessed frequently — while staying fully deterministic, so the same query reliably returns the same result.

It's built in Rust for speed, claiming sub-3-millisecond average recall even across a million stored memories, and ships with an MCP server so AI coding assistants can plug into it directly, plus a CLI and HTTP API for everything else. It supports multi-project isolation, encryption at rest, and tree-sitter-powered code analysis for codebase-context use cases. Licensing is BSL-1.1 (converting to Apache 2.0 after four years) — free for development, testing, and self-hosting, with a separate commercial license required to resell it as a closed-source SaaS.

💬 Our review

The short version: a technically serious piece of infrastructure if you're building AI agents that need genuinely reliable, fast, contextual memory rather than a generic vector-search bolt-on — the determinism and sub-millisecond recall claims are the differentiators worth verifying yourself on your own workload.

Compared to general-purpose vector databases (Pinecone, Weaviate, Chroma) that store embeddings and let you handle recall logic yourself, CueMap bakes in the memory-specific ranking (recency, reinforcement, contextual cues) as a first-class feature rather than something you build on top. The BSL-1.1 license is worth reading carefully — free to self-host and develop with, but if your plan is to resell it as a hosted service, you'll need a commercial license. A strong pick for teams self-hosting AI agent infrastructure; probably overkill if you just need basic semantic search.

💰 Pricing

Freemium (BSL)Gratuit pour développement, test et auto-hébergement. Licence commerciale requise pour un SaaS fermé.

📊 Global score

53Average
🌐Availability15/100Faible

1 language · 0 platform

📄Profile90/100Excellent

Profile completeness

🤖 AI-enriched data

💰 Pricing model
🆓 Freemium

Gratuit en développement/test/auto-hébergement (BSL-1.1, passe en Apache 2.0 après 4 ans) ; licence commerciale pour usage SaaS fermé.

👥 Target audienceDéveloppeurs d'agents IA et équipes construisant des systèmes RAG auto-hébergés
🗣️ Languagesen
🌍 Target countriesWorldwide
👍

Pros

Rappel sous la milliseconde même à 1M+ mémoires (Rust)

Classement déterministe (récence, renforcement, contexte) au-delà de la similarité simple

Serveur MCP pour intégration directe aux assistants de code IA

Gratuit pour auto-hébergement, dev et test

👎

Cons

Licence BSL-1.1 exige une licence commerciale pour revente en SaaS fermé

Pas d'offre hébergée gérée mentionnée, auto-hébergement seulement

Produit technique de niche, difficile à évaluer sans test pratique

❓ Frequently asked questions

What is it?
Who is it for?
How much does it cost?
How is it different from a vector database like Pinecone?
Is it worth the money compared to alternatives?
Which tool should you pick for your case?