Stats
Links
Categories
npx claudepluginhub youyo/memoriaProject-aware local RAG memory system for Claude Code
memoria is a project-aware, LAG-powered memory system for Claude Code.
It automatically captures, structures, and retrieves knowledge from coding sessions across projects, with strong locality and similarity awareness.
README.ja.mddocs/specs/SPEC.ja.mddocs/specs/CLI.ja.mddocs/specs/HOOKS.ja.mddocs/specs/SCHEMA.ja.mddocs/specs/WORKERS.ja.mddocs/specs/RETRIEVAL.ja.mdskills/memoria/SKILL.mdClaude Code
-> plugin (hooks + skill)
-> memoria CLI (Go / Kong)
-> ingest worker (Go)
-> embedding worker (Python / uv / UDS)
-> SQLite (queue + memory + retrieval metadata)
brew install youyo/tap/memoria
go install github.com/youyo/memoria@latest
In Claude Code:
/plugin
Add marketplace: youyo/memoria, then enable the plugin.
That's it. Database, migrations, and workers are initialized automatically on first use.
memoria memory search "why session end is unreliable"
memoria worker status
memoria doctor