Skip to main content
Glama

Related Servers

Alternatives to memoir-mcp

Related Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Persistent activity journal for AI agents - enables logging and querying decisions, changes, errors, and observations across sessions.
    13
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A persistent, cross-session knowledge base for AI agents that indexes session history into a searchable SQLite database with full-text search, enabling recall of past sessions, stored knowledge, and summaries.
    10
    -
  • A
    license
    Not graded
    quality
    C
    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.
    2
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides cross-session memory for AI agents by maintaining a rolling 24-hour event stream and searchable daily archives to prevent context loss. It enables agents to record, query, and retrieve historical events and decisions through a structured markdown-based workspace.
    1
    -

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool serves a distinct purpose: session management, blocker tracking, history queries, and logging attempts/decisions/resolutions. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: 'end_', 'get_', 'log_', 'resolve_'. Underscore separation is used throughout, ensuring predictability.

Tool Count5/5

8 tools is well-scoped for a session and blocker management server, covering all core operations without being overwhelming or sparse.

Completeness4/5

The tool set covers most key operations (close session, list/resolve blockers, log decisions/attempts, query history), but lacks an explicit 'start session' tool, which is a minor gap.