Dakera — Self-Hosted Memory Server for AI Agents
Repository: https://github.com/dakera-ai/dakera-deploy
Website: https://dakera.ai
Category: Agent Memory Systems
What it does
Dakera is an open-core, self-hosted memory server purpose-built for AI agents. It provides:
- Hybrid search — semantic (vector) + full-text + knowledge graph retrieval in a single query
- MCP native — first-class Model Context Protocol support for tool-based memory access
- Importance-weighted recall — memories have importance scores that influence retrieval ranking and natural decay
- Multi-agent isolation — agent-scoped memory with cross-agent recall for shared knowledge
- Session management — episodic, semantic, and procedural memory types with session-aware context
- Self-hosted — single binary, no external dependencies, runs on a $5 VPS
Why it belongs in this list
Dakera addresses a core challenge in agentic AI: persistent, structured memory that survives across sessions and scales across multi-agent architectures. It's actively maintained and used in production multi-agent systems.
Tech stack
Rust server, SQLite + HNSW indexes, ONNX Runtime for local embeddings (no external API calls for embedding).
Website: https://dakera.ai
Full documentation, architecture overview, and quickstart guides available at the website for evaluation.
Dakera — Self-Hosted Memory Server for AI Agents
Repository: https://github.com/dakera-ai/dakera-deploy
Website: https://dakera.ai
Category: Agent Memory Systems
What it does
Dakera is an open-core, self-hosted memory server purpose-built for AI agents. It provides:
Why it belongs in this list
Dakera addresses a core challenge in agentic AI: persistent, structured memory that survives across sessions and scales across multi-agent architectures. It's actively maintained and used in production multi-agent systems.
Tech stack
Rust server, SQLite + HNSW indexes, ONNX Runtime for local embeddings (no external API calls for embedding).
Website: https://dakera.ai
Full documentation, architecture overview, and quickstart guides available at the website for evaluation.