
Strvmarv Total Recall Marketplace
- Updated June 13, 2026
- strvmarv/total-recall-marketplace
strvmarv-total-recall-marketplace is a Claude Code marketplace registry that installs the total-recall plugin providing multi-tiered local memory and knowledge search for coding assistants.
About
strvmarv-total-recall-marketplace registers the total-recall plugin for Claude Code and other TUI assistants. Use it when sessions outgrow context windows and you need hierarchical memory, ingestion, decay-based compaction, and semantic retrieval without cloud embedding services. Installation is via marketplace add followed by installing total-recall from the strvmarv registry entry.
- Marketplace wrapper for strvmarv/total-recall plugin
- Hot/warm/cold tiers with semantic search
- Local SQLite plus ONNX embeddings—no external deps
- Cross-platform: Claude Code, Copilot CLI, OpenCode, Cline, Cursor
- Built-in evaluation framework with synthetic benchmarks
Strvmarv Total Recall Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add strvmarv/total-recall-marketplaceAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 13, 2026 |
|---|---|
| Repository | strvmarv/total-recall-marketplace ↗ |
How do you give terminal-based coding agents durable, searchable memory across sessions without paid embedding APIs or heavy external services?
Add total-recall’s multi-tier memory and knowledge base to TUI coding assistants with semantic search, compaction, and local SQLite embeddings.
Who is it for?
Developers on Claude Code, Copilot CLI, OpenCode, Cline, or Cursor who want local SQLite-backed recall with evaluation hooks.
Skip if: Teams that require centralized cloud memory with org-wide ACLs native to a single SaaS IDE only, without a local plugin.
What you get
The total-recall plugin is available to ingest knowledge, tier memories, compact with decay scoring, and answer semantic queries locally.
Recommended Marketplaces
FAQ
What gets installed from this marketplace?
The total-recall plugin from github.com/strvmarv/total-recall with multi-tier memory and semantic search capabilities.
Does it need cloud embeddings?
README states zero external dependencies using local SQLite and ONNX embeddings.
How do I install it in Claude Code?
Use `/plugin marketplace add strvmarv/total-recall-marketplace` then `/plugin install total-recall@strvmarv-marketplace`.