Iai Personal Memory Engine
UnclaimedA cyber brain for your AI. It never forgets a detail, remembers exactly what you said, and learns how you work over time. Free, local, works with Cursor, Claude Code, Codex, OpenClaw, Hermes and more. MIT.
Install
claude mcp add iai-pme -- node "$(python -c 'from iai_mcp.cli._capture import _resolve_wrapper_path as w; print(w())')"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
memory_capture
Write a memory explicitly (ambient capture normally does this for you).
memory_consolidate
Run a consolidation pass now instead of waiting for idle.
memory_contradict
Record that a fact changed. The old version is archived, not erased — both stay retrievable. That's the Rescue@10 and historical-verbatim story in the benchmarks.
memory_recall
Cue-based recall — returns hits and anti-hits: memories that contradict the cue surface next to the ones that match, so a stale fact can't masquerade as current.
memory_recall_structural
Retrieve by the shape of a memory (the HD substrate), not just its embedding.
memory_reinforce
Strengthen a memory's recall pathways.
memory_search
Plain text search over the store.
memory_temporal_recall
Time-anchored recall — "what did I say about pricing in May?"
profile_get_set
The eleven sealed procedural knobs the engine learns about you.