agentmemory

Persistent memory extension for coding agents

Stop losing context between sessions.

agentmemory gives your coding agent durable memory with local markdown files, daily logs, scratchpad checklists, and qmd-powered semantic search.

Claude Code OpenAI Codex Cursor Agent CLI

Install from npm

Use this when you want the latest CLI quickly on any platform.

npm install -g myagentmemory

Install from Homebrew

Fast install path for macOS users.

brew install jayzeng/agentmemory/agent-memory

Initialize memory

Create the memory directory and wire optional qmd integration.

agent-memory init

Install skill files

Install extension prompts for Claude Code, Codex, Cursor, and Agent CLI.

agent-memory install-skills

Three-minute setup

  1. Install `agent-memory` from npm or Homebrew.
  2. Run `agent-memory init` to create local memory storage.
  3. Run `agent-memory install-skills` to enable prompt injection across agents.