BeClaude

context-window-management

New
19.9kSmitheryGeneralby davila7

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "context-window-management": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
ai-&-mlresearch

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is context-window-management?

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

How to install context-window-management?

To install context-window-management: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "context-window-management": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is context-window-management best for?

context-window-management is a mcp categorized under General. It is designed for: ai-&-ml, research. Created by davila7.