Skip to main content
Glama

Related Servers

Alternatives to memstack

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Persistent, searchable memory for AI agents over the Model Context Protocol, enabling memory storage, full-text search with BM25 ranking, and retrieval across sessions.
      6 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Long-term and multimodal memory for AI agents. Store facts and conversations with add_memory, recall them with search_memories — 8 tools over stdio/SSE/HTTP. Per-character memory isolation, LLM-based semantic deduplication, FAISS + JSON storage, and a fully local option (Ollama, no API key). Drop-in compatible with Mem0.
      8
      489
      Apache 2.0

    TDQS

    A3.7/5.0

    Scored across 18 tools

    Disambiguation4/5

    Most tools have distinct purposes, and descriptions clarify overlaps like process vs store and retrieve vs get. A few pairs (delete/delete_many, prune/purge_actor) are similar but differentiated by scope or strategy.

    Naming Consistency4/5

    All tools share the 'memory_' prefix, and most follow a verb_noun pattern. A few nouns like 'health' and 'stats' break the strict verb convention, but the overall style is coherent.

    Tool Count4/5

    18 tools is slightly above the typical 3-15 range, but each covers a distinct memory operation (CRUD, batch, enrichment, admin, context). The count is justified for a full-featured memory server.

    Completeness5/5

    The set covers the full memory lifecycle: creation (store/process), retrieval (get/retrieve), deletion (delete/delete_many/prune/purge_actor), admin (health/stats/export/import), and advanced operations (summarize/merge/compile_context). No significant gaps.

    Maintenance

    ActivityActive
    ResponsivenessNo issues