Skip to main content
Glama

Related Servers

Alternatives to memex

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Persistent note storage for AI agents. Memex lets your assistant save, search, and retrieve memories across sessions — acting as a durable second brain that outlives any single conversation.
      7 npm
      3
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.
      14
      -
    • A
      license
      A
      quality
      D
      maintenance
      Provides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.
      14
      12 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides durable memory for AI agents with structured storage, semantic search, OAuth authentication, and lifecycle controls.
      11
      Apache 2.0

    TDQS

    A4.1/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: storing, searching, counting, and deleting memories. No two tools overlap in functionality, so an agent can easily select the correct one.

    Naming Consistency5/5

    All tool names follow a verb_noun pattern in snake_case (store_memory, search_memories, count_memories, delete_memory). The slight plural/singular variation is negligible and does not break consistency.

    Tool Count5/5

    Four tools is an appropriate number for a focused memory server. Each tool serves a core operation without unnecessary bloat or missing essentials.

    Completeness4/5

    The set covers create, read (search and count), and delete operations for memories. An update tool is missing, but that is often handled by delete+store. The lack of a direct get-by-ID tool is a minor gap.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues