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.; llm-router: LLM Router is an MCP server and hook set that intercepts prompts and routes them to the cheapest model that can handle the task, saving 60-80% on costs. It works with Claude Code, VS Code, Cursor, and many other AI coding tools, automatically offloading simple tasks to cheaper models while reserving premium models for complex work.
Deep repository research and analysis (e.g., architecture, contributors, issues)
Automatically route simple queries to free/cheap models in AI coding assistants