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.; ClawMem: ClawMem is a local context engine providing retrieval-augmented memory for AI agents like Claude Code, OpenClaw, and Hermes. It combines multiple retrieval and scoring techniques (BM25, vector search, intent classification, graph traversal) to surface relevant context. It integrates via hooks, MCP server, or plugins, and shares a single SQLite vault across runtimes.
Deep repository research and analysis (e.g., architecture, contributors, issues)
Persistent memory for AI coding assistants across sessions