Skip to main content
Glama
AbsoluteMode

session-recall

by AbsoluteMode

Related Servers

Alternatives to session-recall

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides local-first, cross-session memory for Claude Code, enabling semantic search across past sessions to retrieve procedures, decisions, or answers without exposing secrets.
      Apache 2.0
    • F
      license
      Not graded
      quality
      B
      maintenance
      Local semantic search over Claude Code sessions and shell command history, exposed to Claude Code as an MCP tool. Everything is indexed into one vector space and runs entirely on your machine.
      2
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables searching and retrieving Claude Code conversation history via hybrid semantic and keyword search, allowing the agent to access its own past interactions.
      4
      MIT

    TDQS

    B3.4/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: expand_around navigates near an anchor, grep does substring search, recall_search performs semantic search, recent_sessions lists sessions, and step moves between turns. No overlap that would cause confusion.

    Naming Consistency4/5

    Most names follow a verb_noun pattern (expand_around, recall_search, recent_sessions), but grep and step are single-word names that break the pattern. Still, they are clear and not mixed conventions like camelCase.

    Tool Count5/5

    5 tools is well-scoped for a session recall server. It provides search, listing, and navigation without being overwhelming or too sparse.

    Completeness4/5

    The tool surface covers core needs (search, list, navigate) but lacks a direct way to fetch a specific session's full transcript by ID. This is a minor gap that agents can work around using recent_sessions and expand_around.

    Maintenance

    ActivitySlowing
    ResponsivenessUnresponsive