Productivity|Development|AI / MLTypeScript
context-mode
Context window optimization for AI coding agents.
N/A rating (0 reviews)0 installs6,795 GitHub stars
contextoptimizationAI
Context Mode is an MCP server that optimizes the context window for AI coding agents by sandboxing tool output, achieving a 98% reduction in data size. It addresses issues of context saving and session continuity, ensuring that important information is retained while minimizing data clutter.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"context-mode": {
"args": [
"-y",
"context-mode"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.