iai-mcp: IAI-MCP is a local memory layer for MCP-compatible AI assistants. It captures every conversation turn verbatim, organizes them over time, and serves relevant memories at the start of new sessions. All data is encrypted locally with AES-256-GCM and never leaves your machine.; 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.
Provide long-term memory for Claude Code, Codex CLI, and other MCP assistants
Deep repository research and analysis (e.g., architecture, contributors, issues)