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.; agent-shadow-brain: Shadow Brain is the first open-source shared memory and context system for AI coding agents. It allows multiple agents and sub-agents to share a common brain, with features like causal memory chains, dream engine, reputation ledger, and more. It works with 10+ agents and is free and local-first.
Deep repository research and analysis (e.g., architecture, contributors, issues)
Eliminate cold starts: every new agent session gets a 2K-token briefing from past knowledge