MCPMarket
出售技能Power Your Agents连接
  1. 首页
  2. 服务器
  3. Context Window Manager

Context Window Manager

mcp-tool-shop-orgbymcp-tool-shop-org
•
数据科学与机器学习
开发者工具
API 开发

Enables lossless restoration of LLM context across sessions by persisting KV cache tensors.

Tieline — product intent grounded in code

Advertisement

Related MCPs

View more
  • datawiz168

    Snowflake Integration

    Enables Claude to execute SQL queries and interact with Snowflake databases.

  • tinybirdco

    Tinybird

    Connects to a Tinybird Workspace and interacts with data sources and API endpoints using the Model Context Protocol.

  • ThetaBird

    Axiom

    Enables AI agents to query data stored in Axiom using the Axiom Processing Language (APL).

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

发现可将 Claude 和 Cursor 等 MCP 客户端连接到您喜爱工具的 MCP 服务器。浏览 MCP 市场开始使用。

浏览

  • MCP 搜索
  • MCP 服务器
  • MCP 客户端
  • Claude 技能
  • MCP Market Hub
  • 分类
  • 什么是 MCP 服务器?
  • Model Context Protocol

排行榜

  • 今日热门 MCP
  • 今日热门 Claude 技能
  • Claude 技能 Top 100
  • MCP 服务器 Top 100

关于

  • 新闻
  • 提交
  • 联系我们

© 2026 MCP 市场。保留所有权利。·Privacy·Terms

Context Window Manager (CWM) acts as an MCP server designed to resolve the significant challenge of context exhaustion in large language model applications. Unlike traditional methods like summarization or Retrieval Augmented Generation (RAG) that incur information loss, CWM achieves true, lossless context restoration. It allows users to freeze an LLM's current KV cache to persistent storage, thaw it back later with perfect recall, or even clone contexts to explore alternative conversational paths. This is accomplished by leveraging vLLM's prefix caching and LMCache for tiered KV cache storage across GPU, CPU, disk, and Redis, ensuring seamless integration via the Model Context Protocol (MCP).

主要功能

01Lossless context freezing to persistent storage
02Context cloning for branching conversational exploration
03Automated tiered KV cache storage (GPU, CPU, Disk, Redis)
04Session isolation via unique cache_salt for data security
05Exact context thawing with zero information loss
060 GitHub stars

使用案例

01Resuming long-running LLM conversations without losing history
02Managing and preserving LLM context across application sessions or interruptions
03Branching LLM interactions to explore alternative response paths