What problem does it solve? AI coding assistants like Claude Code and Codex CLI lose all context between sessions, forcing users to re-explain prior decisions and discussions. This Skill sets up a local MCP memory server that captures every conversation turn verbatim and automatically recalls relevant context at session start. ## Core Features & Use Cases - Automatic Capture and Recall: Installs hooks that record each conversation turn and inject relevant memories when a new session begins. - Encrypted Semantic Search: Stores memories with AES-256-GCM encryption and LanceDB vector embeddings for sub-100ms similarity queries. - Diagnostics and Maintenance: Provides doctor checks, daemon management, migrations, and benchmark suites to verify recall accuracy and latency. - Use Case: A developer working across multiple Claude Code sessions installs the capture hooks, and the next session automatically receives context about previously discussed error handling patterns without any manual prompting. ## Quick Start Set up the iai-mcp memory server for Claude Code by cloning the repository, running the install script, and installing the capture hooks.