context-mode
Context window optimization for AI coding agents.
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
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.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for context-mode securely
Loading...