Skip to main content
Glama

Related Servers

Alternatives to backscroll

  • A
    license
    A
    quality
    D
    maintenance
    Developers: Search your zsh, bash, or fish shell history from Claude Code, Cline, Cursor, Zed, or any MCP client using tools like search_history (full-text with timestamp/CWD/exit code), recent_in_dir, failed_commands, and command_chains for multi-step sequences. Reindex after new activity. Local-only SQLite FTS5 with secrets redacted before storage.
    5
    8 npm
    4
    MIT

Related Servers

  • F
    license
    Not graded
    quality
    A
    maintenance
    Local MCP server that lets your AI coding agent query its own cross-tool project history - file/command freshness, past test failures, cost & token spend, cache status, and session handoff - over stdio, 100% local, no telemetry.
    46
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    A terminal live-tail and a browser dashboard — one process, one event stream, served from localhost. Unified timeline across Claude Code, Codex, Gemini CLI, Cursor, Hermes, and OpenClaw. Token + cost accounting, compaction + anomaly detection, hybrid search, SVG call graphs, monaco-style diff attribution, agent-aware replay ("what would the agent say if I edited the prompt?"), policy editor, MCP s
    11 npm
    15
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Records masked browser sessions (rrweb DOM + console + network) to a local SQLite store and exposes them to AI coding agents via stdio MCP. Fully local, no SaaS, no telemetry.
    10
    7
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Lossless archive and search for AI agent sessions (Claude Code, Codex, opencode, pi and others), exposed to agents over MCP. Local-first, written in Rust.
    4
    73
    Apache 2.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    A local-first MCP server that gives AI coding agents runtime visibility and AI-managed debug logging. It replaces blind print() debugging by turning runtime execution into causal chains, allowing agents to instantly locate bugs by finding missing .success events in Python and TypeScript code. Single binary with MCP, CLI, and HTTP interfaces.
    -
  • F
    license
    Not graded
    quality
    A
    maintenance
    The terminal AI agents can drive: a cross-platform desktop terminal (macOS/Linux/Windows, MIT) that runs a local MCP server. Spawn tabs/panes, run commands with structured output, read screens and full scrollback, take scrolling screenshots, record sessions with secret redaction, switch identity profiles. Auto-registers with Claude Code / Codex / Gemini CLI on install.
    13
    -

TDQS

A4.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search_output finds commands by text content, list_commands browses recent command metadata, get_output retrieves full output of a specific command, and diff_output compares outputs of two runs. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (search_output, list_commands, get_output, diff_output) using lowercase with underscores. The style is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for the domain of querying terminal command recordings. Each tool covers a core operation (search, list, retrieve, diff) without unnecessary bloat or missing essentials.

Completeness4/5

The tools cover the main read-only use cases for terminal history: searching, browsing, viewing full output, and diffing. Minor gaps exist, such as lacking a tool to manage notes or delete recordings, but these are beyond the stated read-only scope.

Maintenance

ActivityMaintained
ResponsivenessResponsive