memoria is a long-term memory system for Claude Code.
Search memoria's memory database for past decisions, constraints, failures, patterns, and knowledge from previous sessions. Use when recalling previous work, checking if a problem was solved before, or looking up project history.
Show a chronological timeline of memories stored in memoria.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub youyo/memoria --plugin memoriaBOARD API CLI and local MCP server — includes an embedded documentation skill (/board:docs) that lets AI agents look up board command usage, flags, and resource schemas offline.
Use GitHub Copilot CLI from Claude Code for code, PR, and plan reviews.
Backlog 向け LLM-first CLI logvalet を Claude Code から自律起動するスキル群(情報収集・分析・アクション・レポート)。CLI バイナリは別途インストールが必要。
Automatic semantic memory for Claude Code — remembers what you worked on across sessions
Persistent memory for Claude Code. Capture work across sessions and recall relevant context.
Persistent memory across Claude Code sessions using Cognis
Persistent memory across Claude Code sessions using Supermemory
OpenLTM — Long-Term Memory for AI coding agents: semantic search, context injection, session learning
Multi-tiered memory and knowledge base with semantic search, auto-compaction, and built-in evaluation. Works across Claude Code, Copilot CLI, OpenCode, Cline, and Cursor.