MCPMarket
스킬 판매Power Your Agents연결
  1. 홈
  2. 서버
  3. Context Window Manager

Context Window Manager

mcp-tool-shop-orgbymcp-tool-shop-org
•
데이터 과학 및 ML
개발자 도구
API 개발

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

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