What problem does it solve?
Coding agents often forget useful prior context between sessions, causing repeated work and weaker implementation decisions over time.
Core Features & Use Cases
- Verbatim + semantic recall for coding sessions: Captures every conversation turn and recalls the most relevant prior context at session start.
- Local, encrypted long-term storage: Encrypts memory at rest with AES-256-GCM and keeps data on your machine with no telemetry.
- Automatic capture via hooks: Installs Claude Code and Codex CLI hook scripts to capture prompts/transcripts and inject recalled memory automatically.
- Use case: After you debug a tricky error-handling flow once, future sessions can automatically retrieve that exact context when you start working on similar tasks, reducing churn and re-explanation.
Quick Start
Install the server by cloning iai-mcp from GitHub, running its install script, then connect it to your MCP host and verify with the doctor command.