YourMemory
Summary
YourMemory is an MCP-based memory tool that uses self-pruning to reduce token waste by up to 84%, improving efficiency in AI context management.
Similar Articles
MemPalace/mempalace
MemPalace is a local-first, open-source AI memory tool that stores conversation history verbatim and retrieves it with semantic search, achieving 96.6% R@5 on LongMemEval without any API calls or LLM. It features a pluggable backend architecture, CLI interface, and supports Claude Code, Gemini CLI, and MCP-compatible tools.
SimpleMem: Efficient Lifelong Memory for LLM Agents
Introduces SimpleMem, an efficient memory framework for LLM agents that uses semantic lossless compression to improve accuracy and reduce token consumption, achieving 26.4% F1 improvement and up to 30x reduction in inference-time token usage.
MemoryOS – AI agent memory with temporal knowledge graph and 9ms ingest and 78ms retrieval
MemoryOS is an open-source, self-hosted AI agent memory tool using a temporal knowledge graph, achieving 86.2% accuracy on LongMemEval-s with fast 78ms retrieval speeds.
@simplifyinAI: Tencent just open-sourced Hy-Memory. A memory plugin that gives Al agents real long-term memory using a 6-layer framewo…
Tencent open-sourced Hy-Memory, a memory plugin for AI agents that provides long-term memory with a 6-layer dual-reasoning framework, reducing token usage by 35% and memory bloat by 70%.
PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents
PROJECTMEM is an open-source, local-first memory and judgment layer for AI coding agents that records development events and provides deterministic warnings before repeating failed actions, reducing token waste and improving reproducibility.