Skip to main content
Glama
base76-research-lab

cognos-session-memory

Related Servers

Alternatives to cognos-session-memory

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides persistent memory for AI tools by building a local knowledge graph from conversations, enabling cross-session recall and context awareness without cloud dependencies.
      9
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides persistent, cross-session memory for AI agents, allowing them to store and automatically retrieve information across different conversations and sessions without repeating context.
      9 npm
      175
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Persistent memory system for LLMs with lossless transcript management, enabling memory recall and full session history search across all conversations.
      75 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables 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 npm
      1
      MIT

    TDQS

    A4.1/5.0

    Scored across 2 tools

    Disambiguation5/5

    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.

    Naming Consistency5/5

    Both tools follow a consistent verb_noun pattern (load_session, save_session), which is clear and predictable. No mixing of conventions.

    Tool Count3/5

    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.

    Completeness3/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues