Skip to main content
Glama

Related Servers

Alternatives to session-migrator

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides MCP tools to profile and optimize LLM conversation context, identifying token waste and applying deterministic fixes to reduce context window usage.
      501 npm
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Lets Claude Desktop, Cursor, Cline, Windsurf, Zed, or any other MCP client estimate token counts and fit a chat history into a model's context budget on demand.
      3
      34 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides context compression via the tokenslim engine, enabling MCP hosts to reduce token usage while preserving key information. Offers compress, retrieve, and stats tools for managing compressed content.
      Apache 2.0
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables autonomous agents to tokenize session context windows and compact dialogue history deterministically, exposing this capability to MCP-compatible clients like Claude Desktop and Cursor. Helps manage context length and reduce token usage in agent sessions through a zero-dependency Python MCP server.
      7
      -

    TDQS

    A3.7/5.0

    Scored across 3 tools

    Disambiguation5/5

    每个工具职责明确:一个查询具体模型容量,一个列出所有已知模型,一个执行会话迁移。三者之间没有功能重叠或模糊边界。

    Naming Consistency4/5

    list_known_models和migrate_session遵循动词_名词模式,但model_context_window是名词短语,缺少动词前缀,构成轻微偏差。整体命名仍可读且可预测。

    Tool Count5/5

    3个工具对于会话迁移这一窄领域非常合适,每个工具都服务于核心流程,没有冗余或缺失。

    Completeness5/5

    覆盖了迁移会话所需的全部关键操作:查看模型容量、列出已知模型、执行迁移并返回结果对比。没有明显的功能缺口。

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues