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 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