Skip to content

abmind

Persistent cross-session memory for AI agents.

abmind gives any AI tool long-term memory — facts, preferences, conversation history, and emotional context that persists across sessions and survives restarts.

How it works

Every conversation turn is recorded. A background "sleep" cycle extracts facts, detects patterns, consolidates knowledge, and prunes stale memories. On the next session, relevant memories are recalled and injected into the agent's context.

Documentation

Use it with

  • abTARS — in-process memory for the autonomous bridge
  • Kiro CLI — native hooks + MCP server (abmind install-host kiro)
  • Claude Code — hooks + MCP server (abmind install-host claude)
  • Gemini CLI — hooks + MCP server (abmind install-host gemini)
  • OpenAI Codex CLI — hooks + MCP server (abmind install-host codex)
  • Hermes-Agent — memory provider plugin
  • OpenClaw — ContextEngine plugin
  • Any MCP clientabmind mcp starts a stdio MCP server

Quick start

bash
npm install -g abmind
abmind install
abmind install-host kiro      # or: claude, gemini, codex

Community