context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.; trueline-mcp: trueline-mcp is an MCP plugin that provides hash-verified file editing and targeted reads for AI coding agents. It reduces context usage by reading less and writing less, and prevents silent code corruption by verifying that edits match the actual file content. It includes AST-based outlines, compact line-range edits, semantic diffs, and workflow hooks for high agent compliance.
Deep repository research and analysis (e.g., architecture, contributors, issues)
Targeted reading and editing of large code files