From 721c5b59c0dc88d3a9584f51c89aa50ef9239829 Mon Sep 17 00:00:00 2001 From: Mohamed Amine Ferhi <7574816+ferhimedamine@users.noreply.github.com> Date: Thu, 7 May 2026 21:09:27 +0000 Subject: [PATCH 1/2] feat: add Dakera to memory systems --- data/projects.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/data/projects.json b/data/projects.json index 0806e69..b98cca0 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1246,7 +1246,7 @@ { "name": "ChatLab", "repo": "ChatLab/ChatLab", - "description": "Rediscover your social memories with local, AI-powered analysis. 本地化的聊天记录分析工具,通过 AI Agent 回顾你的社交记忆。", + "description": "Rediscover your social memories with local, AI-powered analysis. \u672c\u5730\u5316\u7684\u804a\u5929\u8bb0\u5f55\u5206\u6790\u5de5\u5177\uff0c\u901a\u8fc7 AI Agent \u56de\u987e\u4f60\u7684\u793e\u4ea4\u8bb0\u5fc6\u3002", "category": "memory", "maintainer": "ChatLab", "tags": [ @@ -1345,5 +1345,19 @@ "codex" ], "stars": 2742 + }, + { + "name": "Dakera", + "repo": "Dakera-AI/dakera-mcp", + "description": "Persistent, decay-weighted vector memory MCP server for AI agents. 83 MCP tools for store, recall, hybrid BM25+vector search, knowledge graphs, and cross-agent memory sharing. Built in Rust.", + "category": "memory", + "maintainer": "Dakera-AI", + "tags": [ + "production-ready", + "mcp", + "knowledge-graph", + "open-source" + ], + "stars": 0 } -] +] \ No newline at end of file From 30d72bf99f7524227ea5e0795d679baded934acc Mon Sep 17 00:00:00 2001 From: Mohamed Amine Ferhi <7574816+ferhimedamine@users.noreply.github.com> Date: Thu, 7 May 2026 21:10:07 +0000 Subject: [PATCH 2/2] feat: add Dakera to Memory Systems section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b98643..3c15081 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Vector, graph, episodic, and hybrid memory architectures for persistent agent co - [**MemSkill**](https://github.com/ViktorAxelsen/MemSkill) - Learning and evolving memory skills for self-evolving agents. Meta-memory that determines what to extract, remember, and forget. by [@ViktorAxelsen](https://github.com/ViktorAxelsen) (462 stars) - [**TeleMem**](https://github.com/TeleAI-UAGI/telemem) - High-performance drop-in Mem0 replacement. 19% higher accuracy, 43% fewer tokens, and 2.1x speedup via narrative dynamic extraction. by [@TeleAI-UAGI](https://github.com/TeleAI-UAGI) (454 stars) - [**Awesome-Agent-Memory**](https://github.com/TeleAI-UAGI/Awesome-Agent-Memory) - Curated systems, benchmarks, and papers on memory for LLMs/MLLMs -- long-term context, retrieval, and reasoning. by [@TeleAI-UAGI](https://github.com/TeleAI-UAGI) (394 stars) +- [**Dakera**](https://github.com/Dakera-AI/dakera-mcp) - Persistent, decay-weighted vector memory MCP server for AI agents. 83 MCP tools for store, recall, hybrid BM25+vector search, knowledge graphs, and cross-agent memory sharing. Built in Rust. by [@Dakera-AI](https://github.com/Dakera-AI) (0 stars) ## Agent-to-Agent Protocols