agenr-ai/agenr
Local-first memory for AI agents. Extract, store, and recall knowledge from conversation transcripts.
Platform-specific configuration:
{
"mcpServers": {
"agenr": {
"command": "npx",
"args": [
"-y",
"agenr"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
█████╗ ██████╗ ███████╗███╗ ██╗██████╗
██╔══██╗██╔════╝ ██╔════╝████╗ ██║██╔══██╗
███████║██║ ███╗█████╗ ██╔██╗ ██║██████╔╝
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║██╔══██╗
██║ ██║╚██████╔╝███████╗██║ ╚████║██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝
AGENt memoRyAY-JEN-ER - Human memory for AI agents.
This README is the overview and quick start. Canonical mechanism docs live in docs/ARCHITECTURE.md and docs/OPENCLAW.md.
AGENR is a local, structured, universal, living memory layer for AI agents. It tackles session amnesia, multi-surface fragmentation, and vendor lock-in together so you get one person, many agents, one brain.
It extracts structured knowledge from conversation transcripts - facts, decisions, preferences, todos, relationships, events, lessons - and stores them in a local database with semantic search. Entries strengthen when reinforced, decay when stale, and resolve contradictions. Your memory stays on your machine.
More: Vision | Roadmap | Architecture | OpenClaw guide
pnpm install -g agenr
agenr initThat's it. The interactive wizard handles everything: auth setup, platform detection, plugin installation, session ingestion, and watcher configuration. Run agenr init again anytime to reconfigure.
unverified tag.Loading reviews...