Back to Apps

IAI Personal Memory Engine
by CodeAbra
Local-first, high-performance memory engine for AI coding assistants with verbatim recall and automatic capture.
0 stars
Works in:CodexGemini CLICursor
Exposes:ToolsResources
What it does
IAI-PME is a local-first memory engine that provides AI assistants with a permanent, evolving memory. Unlike simple vector stores, it captures every conversation turn verbatim and organizes them into episodic, semantic, and procedural tiers, ensuring the AI remembers who you are and what you've discussed across sessions without manual prompting.
Tools
recall: Retrieves relevant memory slices based on semantic similarity and recency.capture: Manually adds information to the personal memory store.ask: Synthesizes an answer grounded in the user's long-term memory.status: Checks the health and state of the local memory engine.last: Retrieves the most recent memory entries.
Installation
{
"mcpServers": {
"iai-mcp": {
"command": "node",
"args": ["/absolute/path/to/iai-mcp/mcp-wrapper/dist/index.js"]
}
}
}
Supported hosts
Claude Code, Codex CLI, Gemini CLI, Cursor CLI, Claude Desktop.
Quick install
pip install . && cd mcp-wrapper && npm install && npm run build && cd .. && iai-mcp daemon installInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml and run iai-mcp capture-hooks install --target codexCursor
Add to mcp.json in ~/.cursor/ or project .cursor/Claude Desktop
Add to claude_desktop_config.json with command 'node' and the path to mcp-wrapper/dist/index.js





