Skip to main content
Glama
ralskwo
by ralskwo

Related Servers

Alternatives to session-bridge

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables Claude Code to search and retrieve past chat history from Claude.ai exports and Claude Code sessions, allowing the AI to reference previous conversations and decisions.
      MIT
    • A
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables AI coding assistants like Claude Code, Cursor, and Codex to share chat logs, terminal history, and session context with each other. Eliminates the need to re-explain context when switching between different AI coding tools.
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables coding agents to retrieve a bounded context packet linking relevant code with prior session evidence, decisions, failures, and fixes from local Codex and Claude Code history.
      Apache 2.0
    • F
      license
      A
      quality
      D
      maintenance
      Bridges Claude Design projects into existing Claude Desktop sessions by fetching code files, chat history, and project bundles.
      7
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables cross-tool session reading and bidirectional incremental context synchronization for AI coding tools such as Codex, Claude Code, and VS Code Copilot, with exact caller identification and incremental transcript access.
      8 npm
      MIT

    TDQS

    A3.8/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct role: list_sessions for discovery/selection, read_session for viewing display text, and prepare_handoff for bringing session context into the current tool. The sequential workflow avoids overlap.

    Naming Consistency5/5

    All tool names follow the same verb_noun pattern in snake_case: list_sessions, read_session, prepare_handoff. This is consistent and predictable.

    Tool Count5/5

    Three tools is well-scoped for a session-bridge server focused on a narrow use case. Each tool is necessary and the set is neither bloated nor thin.

    Completeness5/5

    The core workflow of discovering, reading, and transferring session context is fully covered. The server's purpose is a bridge, not session management, so no missing CRUD operations are apparent.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues