CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
camgitt avatar

Memoir

camgitt/memoir
12STDIOregistry active
Summary

Gives Claude and 10 other AI coding tools persistent memory that survives across sessions and machines. Exposes 14 MCP tools including memoir_recall for searching past context, memoir_remember for saving decisions, and memoir_consolidate for finding duplicate or stale memories. Push and restore commands sync encrypted backups to the cloud. Memoir migrate translates memory between tools using AI, so what you told Claude shows up in Cursor. Useful if you're tired of re-explaining your codebase every session or want a single memory layer that follows you across editors. One npx command configures everything, no API keys needed.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

memoir

Sync AI memory across every tool and every machine — end-to-end encrypted. Free.

npm version npm downloads GitHub stars License: MIT

npx memoir-cli

One command. No install, no config, no API keys. Claude Code on your Mac, Cursor on your laptop, Copilot at the office — one memory follows you across every tool and every machine. Cloud sync is end-to-end encrypted with a key only you hold — memoir's servers can't read what you sync.


What it does

Your coding tools are starting to remember you — Claude Code, Cursor, and Copilot all ship built-in memory now. But that memory is trapped: one tool, one machine, one vendor's format. Switch from Cursor to Claude Code, or open a different laptop, and your AI is a stranger again.

memoir is the MCP memory server that breaks it out. One memory, shared across every tool and synced to every machine — E2E-encrypted in the cloud, plain readable markdown on your disk. Your AI searches, saves, and recalls context automatically, everywhere you work.

It's built on an open, published format — the memoir format, v0.1.1 — so your AI's accumulated context is never trapped in this tool either. Six entry types, normative merge semantics, JSON Schemas, and a validator (npx memoir-cli validate). Any tool can implement it; critique welcome.

you: how does auth work in this project?

  memoir_recall("auth setup architecture")
  Found 3 memories matching "auth setup architecture":

  ── 1. Claude CLI / memory/reference_auth_flow.md ──
     reference · How authentication works — JWT + refresh, middleware location, state choice
     Server components must call getUser(), never getSession(). The session
     cookie name is derived from the Supabase URL host, so previews differ.
     ⋯
     Chose Zustand over Redux for auth state (decided March 12).

claude: Based on your previous sessions: this project uses JWT auth
  with refresh tokens, the middleware is in src/middleware/auth.ts,
  and you chose Zustand over Redux for auth state (decided March 12).

No re-explaining. memoir remembered — and handed back the passage, not a file header.

Recall ranks by how well a file covers all your words (aliases, names, and descriptions weigh more than prose), folds plurals/-ing/-ed, prefix-matches from 4 characters (auth → authentication), and caches parses so a long-lived session doesn't re-read your disk on every question. It does not do semantic matching — that's what aliases: in the frontmatter is for: the model that saves a memory writes down what else it might be called, and recall weights that field heaviest. Try it from the terminal: memoir recall "what you'd ask" shows exactly what your AI would see.

How it's different

Native memory and the other memory tools each give you part of this. memoir is the only one that gives you all of it:

Cross-toolCross-machine syncZero-knowledge encrypted
memoir✅✅ free✅
Claude Code / Cursor native❌ one tool❌ one machine❌
claude-mem✅❌ local only❌
basic-memory✅💲 paid cloud❌
mem0 / OpenMemory✅💲 paid cloud❌

Native memory is locked to one tool on one machine. The others keep your memory in plaintext, or put cross-machine sync behind a paywall. memoir is the only one that does all three — every tool, every machine, encrypted under a key only you hold — for free. (Based on public docs, June 2026.)

Quick start

npx memoir-cli

That's it. memoir detects your AI tools, configures MCP, and activates memory. No global install needed.

Your AI gets 15 memory tools:

MCP ToolWhat it does
memoir_recallSearch across all your AI memories — returns matched passages, ranked by coverage
memoir_rememberSave context for future sessions (pass aliases so it's findable under other names)
memoir_listBrowse all memory files by tool
memoir_readRead a specific memory in full
memoir_consolidateAnalyze memories for duplicates, staleness, and bloat
memoir_statusSee which AI tools are detected
memoir_profilesSwitch between work/personal
memoir_set_goalSet the current session goal (pinned into CLAUDE.md)
memoir_add_nextAdd a next action to the current session
memoir_complete_nextMark a next action as done
memoir_noteRecord a decision with its rationale
memoir_askCapture an open question for later
memoir_sessionShow goals, next actions, decisions, and recent sessions
memoir_whyLook up why a past decision was made
memoir_forgetRetract a decision — permanent tombstone on every machine; purge redacts the text

Why memoir

Your AI forgets everything between sessions. You re-explain your codebase, your conventions, your decisions — every time.

memoir fixes that. Tell Claude something once and Cursor knows it too — your memory syncs between tools, backs up to the cloud, and restores on any machine. When it piles up, memoir consolidate cleans house: finds duplicates, flags stale context, and can use AI to merge and prune.

11 tools supported: Claude Code, Cursor, Windsurf, Gemini CLI, GitHub Copilot, OpenAI Codex, ChatGPT, Aider, Zed, Cline, Continue.dev.

Sync across machines

memoir push       # back up AI memory + workspace + session
memoir restore -y # restore on any machine

Push syncs AI memory, cursorrules, session context, workspace (git repos + uncommitted work), and project configs. E2E encrypted with AES-256-GCM.

Translate between AI tools

memoir migrate --from chatgpt --to claude
# AI-powered — rewrites conventions, not copy-paste

memoir migrate --from chatgpt --to all
# Translate to every tool at once

Consolidate memories

memoir consolidate          # scan for duplicates, stale files, bloat
memoir consolidate --smart  # AI-powered analysis (finds contradictions + merge candidates)
memoir consolidate --apply  # interactively clean up

Over time, memories pile up across tools. Consolidate finds exact and near-duplicates, flags files untouched for 60+ days, and catches contradictions where you told Claude one thing and Cursor another. With --smart, Gemini Flash does a semantic pass and suggests intelligent merges.

Cloud sync

memoir login
memoir cloud push      # encrypted cloud backup
memoir cloud restore   # restore from any version
memoir history         # view backup versions
memoir share           # create encrypted shareable link

All Commands

CommandWhat it does
memoir activateEnable auto-recall in this project
memoir deactivateRemove memoir from this project
memoir pushBack up AI memory + workspace + session
memoir restoreRestore everything on a new machine
memoir statusShow detected AI tools
memoir migrateTranslate memory between tools via AI
memoir snapshotCapture current coding session
memoir resumePick up where you left off
memoir encryptToggle E2E encryption
memoir profileManage profiles (personal/work)
memoir cloud pushBack up to memoir cloud
memoir cloud restoreRestore from memoir cloud
memoir shareCreate encrypted shareable link
memoir consolidateFind duplicates, stale memories, and bloat
memoir recallSearch memory exactly the way your AI does — see what it would be handed
memoir whyLook up decisions: what, why, what was rejected
memoir forgetRetract a decision (--purge to redact a leaked secret in place); refuses if ambiguous
memoir validateCheck session state + entry files against the format spec
memoir doctorDiagnose issues
memoir diffShow changes since last backup
memoir viewPreview what's in your backup
memoir updateSelf-update to latest version

Security

  • E2E encryption — AES-256-GCM with scrypt key derivation
  • Secret scanning — API keys, tokens, passwords auto-redacted before sync
  • Local MCP server — runs on your machine, no data sent externally
  • Zero-knowledge cloud — encrypted before upload

Links

  • Website: memoir.sh
  • npm: memoir-cli
  • Issues: GitHub Issues
  • Contributing: CONTRIBUTING.md

MIT Licensed

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
Packagememoir-cli
TransportSTDIO
UpdatedMar 28, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
hashgraph-online avatar
Hashnet

io.github.hashgraph-online/hashnet

Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter
12
securityronin avatar
Alaya Mcp

io.github.securityronin/alaya-mcp

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall
12
meloncafe avatar
ChromaDB Remote MCP Server

meloncafe/chromadb-remote-mcp

Remote ChromaDB vector database MCP server with streamable HTTP transport
12
oomkapwn avatar
Enquire Mcp

oomkapwn/enquire-mcp

Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.
12
peacprotocol avatar
PEAC Protocol: Signed interaction receipts

peacprotocol/peac

Portable signed records for agent, API, MCP, and cross-runtime interactions.
12
sarveshsea avatar
memi

sarveshsea/memi

Design-system memory for coding agents — Figma tokens, shadcn/ui codegen, Tailwind audits.
12