cognos-session-memory
Related Servers
Alternatives to cognos-session-memory
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides persistent memory for AI tools by building a local knowledge graph from conversations, enabling cross-session recall and context awareness without cloud dependencies.9MIT
- FlicenseNot gradedqualityCmaintenanceProvides AI agents with persistent memory across sessions, enabling recall of decisions, clients, and deadlines with verifiable citations.-
- AlicenseNot gradedqualityCmaintenanceProvides persistent, cross-session memory for AI agents, allowing them to store and automatically retrieve information across different conversations and sessions without repeating context.9 npm175MIT

whimsicality-dbofficial
AlicenseNot gradedqualityBmaintenanceEnables persistent, full-text-searchable context for AI agents, including session tracking, event logging, todo management, and tagged context retrieval.35 npm1MIT- AlicenseNot gradedqualityDmaintenancePersistent memory system for LLMs with lossless transcript management, enabling memory recall and full session history search across all conversations.75 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to track session lifecycles, persist context notes and transcripts, and manage a human-gated memory-promotion pipeline with an append-only audit trail.1 npm1MIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: load_session retrieves context and save_session stores it. There is no overlap in their functionality, making it easy for an agent to select the correct one.
Both tools follow a consistent verb_noun pattern (load_session, save_session), which is clear and predictable. No mixing of conventions.
With only 2 tools, the surface is thin for a memory management system. While it covers the basic load/save operations, the count is borderline low for the implied scope.
The tool set covers loading and saving sessions, but lacks operations like list, delete, or update sessions. There are notable gaps that may require agents to work around missing functionality.