A persistent memory layer that works across Claude, Codex CLI, and Copilot sessions. You store facts as entityType/entityId/key triples in Postgres, then retrieve them exactly or via hybrid search when keys are fuzzy. It includes four Staff agents: Librarian handles writes and conflict resolution, Attendant injects context per turn and suggests when to skip redundant tool calls, Archivist decays stale facts in the background, and Resolutionist escalates conflicts you need to resolve manually. Setup is `npm install -g iranti && iranti setup`, then run `iranti claude-setup` or the equivalent for your tool. Reach for this when you need agents to remember deployment status, file changes, or session checkpoints across context resets without re-explaining every time.
claude mcp add --transport stdio nfemmanuel-iranti uvx iranti