codemem
v0.21.2
Published
Memory layer for AI coding agents — search, recall, and sync context across sessions
Maintainers
Readme
codemem
Persistent memory for AI coding agents — local-first SQLite storage, hybrid retrieval, automatic OpenCode injection, and optional peer-to-peer sync.
This is the published npm package for the codemem CLI.
Install
npm install -g codememOr run without installing:
npx -y codemem statsQuick commands
codemem --help
codemem stats
codemem search "query"
codemem serve start
codemem mcpDocumentation
- Repository: https://github.com/kunickiaj/codemem
- Full README: https://github.com/kunickiaj/codemem#readme
- User guide: https://github.com/kunickiaj/codemem/blob/main/docs/user-guide.md
- Architecture: https://github.com/kunickiaj/codemem/blob/main/docs/architecture.md
