Remember-Memory
Related Servers
Alternatives to Remember-Memory
No user-submitted related servers found.
Related Servers
- AlicenseBqualityFmaintenanceA persistent memory implementation using a local knowledge graph that lets Claude remember information about users across conversations.96MIT
- AlicenseNot gradedqualityCmaintenanceA long-term emotional memory system for Claude, enabling persistent, cross-conversation memory with emotional tagging using Russell's valence/arousal model and natural forgetting curves.156MIT
- AlicenseAqualityBmaintenanceA persistent semantic memory system for Claude Code, using vector search and a judgment ledger to surface prior decisions and calibrate predictions.17MIT
- AlicenseNot gradedqualityDmaintenanceProvides a tiered, persistent memory architecture for Claude to automatically capture and retrieve user preferences, facts, and conversation history across sessions. It supports semantic search and seamless integration with the Claude desktop application using the Model Context Protocol.MIT
- AlicenseAqualityDmaintenanceA personal memory system that provides AI assistants with long-term memory capabilities through semantic search and vector storage. It enables Claude Code to store, retrieve, and manage personal context and project preferences using flexible LLM backends.8MIT

UltraMemoryofficial
AlicenseAqualityAmaintenanceCross-tool memory for AI that enables deterministic recall-first memory across multiple tools (Claude Code, Desktop, ChatGPT, etc.) with honest abstention when it doesn't know.91Apache 2.0
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: remember_memory stores, remove_memory_category deletes a whole category, remove_specific_memory deletes a single memory, and retrieve_memories fetches. No overlap exists, making selection unambiguous.
All tools follow a consistent verb_noun pattern with snake_case, using clear verbs like remember, remove, and retrieve. The naming is predictable and uniform throughout the set.
With 4 tools, this server is well-scoped for memory management, covering core operations (store, retrieve, delete specific, delete category) without bloat or missing essentials. Each tool earns its place.
The tool surface provides complete CRUD-like coverage for the memory domain: create (remember_memory), read (retrieve_memories), delete (remove_specific_memory and remove_memory_category). No obvious gaps exist for basic memory operations.