Context Mode An MCP server that solves the context window problem in AI coding agents. It provides: 1. Context Saving — sandbox tools keep raw data out of context window 2. Session Continuity — SQLite + FTS5 for event tracking 3. Think in Code — program analysis instead of reading files 4. Output Compression — terse output format reducing tokens 65-75% Available Tools | Tool | When to Use | Token Savings | |------|-------------|---------------| | | Run multiple commands + auto-search results | 90%+ vs raw exec | | | Single script execution (JS/Python/Shell) | 90%+ vs raw exec | | | Run code f…