mem0ai/mem0

The Memory Layer for AI Agents - Drop-in memory infrastructure for AI agents and apps. Context that persists. Built for production.

65kStars on the repository
52Mods indexed here, across every type
todayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

mem0-context-loader

01

mem0ai/mem0

Skill Claude CodeCodex

Searches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.

65k today A 47 tokens original Apache-2.0

mem0-dream

02

mem0ai/mem0

Skill Claude CodeCodex

Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries. Use when memory count is high, search results feel noisy or repetitive, or periodic cleanup is needed to maintain memory quality.

65k today A 46 tokens original Apache-2.0

mem0-forget

03

mem0ai/mem0

Skill Claude CodeCodex

Deletes memories by search query or memory ID with confirmation before removal. Use when removing outdated decisions, incorrect memories, sensitive data, or cleaning up after experiments. Also handles undo of recent additions.

65k today A 43 tokens original Apache-2.0

mem0-pin

04

mem0ai/mem0

Skill Claude CodeCodex

Pins or unpins a memory to protect it from pruning during dream consolidation. Use when a memory is critical and must never be removed, such as architecture decisions, security constraints, or immutable team conventions.

65k today A 44 tokens original Apache-2.0

mem0-remember

05

mem0ai/mem0

Skill Claude CodeCodex

Stores a memory verbatim from user input with appropriate type classification and metadata. Use when the user says remember this, save this, store this, note that, or explicitly asks to record a decision, preference, convention, or learning.

65k today A 52 tokens original Apache-2.0

mem0-scope

06

mem0ai/mem0

Skill Claude CodeCodex

Views or changes the default memory scope (project, session, or global) used when saving and searching memories. Use when the user wants to control whether memories are scoped to this repo, this run, or shared across all their projects.

65k today A 52 tokens original Apache-2.0

mem0-search

07

mem0ai/mem0

Skill Claude CodeCodex

Searches memories and displays compact one-liner results, or looks up a specific memory by ID. Use for quick memory lookups, checking if a decision was recorded, resolving [mem0:id] citations, or browsing memories without full category detail.

65k today A 54 tokens original Apache-2.0

mem0-status

08

mem0ai/mem0

Skill Claude CodeCodex

Diagnoses mem0 connectivity, API key validity, and memory read/write functionality. Use when memory operations fail, searches return empty, addmemory errors occur, or to verify the plugin is working correctly.

65k today A 44 tokens original Apache-2.0

mem0-tour

09

mem0ai/mem0

Skill Claude CodeCodex

Browses all stored memories grouped by category with full content display. Use when reviewing all project memories, exploring stored knowledge, onboarding to a project, or getting an overview of captured decisions, conventions, and learnings.

65k today A 47 tokens original Apache-2.0

context-loader

10

mem0ai/mem0

Skill Claude CodeCodex

Searches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.

65k today A 45 tokens original Apache-2.0

dream

11

mem0ai/mem0

Skill Claude CodeCodex

Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries. Use when memory count is high, search results feel noisy or repetitive, or periodic cleanup is needed to maintain memory quality.

65k today A 43 tokens copy · 88% Apache-2.0

export

12

mem0ai/mem0

Skill Claude CodeCodex

Exports all project memories to a portable Markdown file for backup or migration. Use when backing up memories, migrating to another project, sharing memory state with teammates, or archiving before cleanup.

65k today A 39 tokens original Apache-2.0

forget

13

mem0ai/mem0

Skill Claude CodeCodex

Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.

65k changed today A 31 tokens original Apache-2.0

health

14

mem0ai/mem0

Skill Claude CodeCodex

Diagnoses mem0 connectivity, API key validity, and memory read/write functionality. Use when memory operations fail, searches return empty, addmemory errors occur, MCP connection drops, or to verify the plugin is working correctly.

65k today A 46 tokens original Apache-2.0

import

15

mem0ai/mem0

Skill Claude CodeCodex

Imports memories from an exported Markdown file or MEMORY.md into the current project. Use when migrating from another project, restoring from backup, importing Claude Code native MEMORY.md content, or setting up a new project with existing knowledge.

65k today B 46 tokens original Apache-2.0

list-projects

16

mem0ai/mem0

Skill Claude CodeCodex

Lists all projects with stored memories for the current user, showing memory counts and last activity dates. Use when checking which projects have memories, comparing memory distribution across repos, or finding a specific project scope.

65k today A 44 tokens original Apache-2.0

mem0

17

mem0ai/mem0

Skill Claude CodeCodex

Mem0 SDK reference covering Python and TypeScript APIs, memory client methods, configuration, and framework integrations. Use when writing code that calls mem0 APIs, configuring memory providers, or integrating mem0 into an application.

65k today A 46 tokens original Apache-2.0

memory-reviewer

18

mem0ai/mem0

Skill Claude CodeCodex

Reviews stored memory quality by detecting duplicates, contradictions, and stale entries with actionable recommendations. Use when search results seem conflicting, before running dream consolidation, or for periodic memory hygiene audits.

65k today A 40 tokens original Apache-2.0

onboard

19

mem0ai/mem0

Skill Claude CodeCodex

Sets up mem0 for a new project including API key configuration, MCP authentication, project file import, and coding categories. Use on first run in a new project, when API key needs updating, or to re-run initial setup after configuration changes.

65k today A 52 tokens original Apache-2.0

peek

20

mem0ai/mem0

Skill Claude CodeCodex

Searches memories and displays compact one-liner results, or looks up a specific memory by ID. Use for quick memory lookups, checking if a decision was recorded, resolving [mem0:id] citations, or browsing memories without full category detail.

65k today A 52 tokens original Apache-2.0

pin

21

mem0ai/mem0

Skill Claude CodeCodex

Pins or unpins a memory to protect it from pruning during dream consolidation. Use when a memory is critical and must never be removed, such as architecture decisions, security constraints, or immutable team conventions.

65k today A 42 tokens original Apache-2.0

policy

22

mem0ai/mem0

Skill Claude CodeCodex

Views or sets the project's memory-extraction policy (what Mem0 remembers vs ignores) stored in mem0.md. Use when the user says set a memory policy, custom instructions, what should mem0 remember, tell mem0 to ignore X, or asks to see/change the current instructions.

65k today A 60 tokens original Apache-2.0

remember

23

mem0ai/mem0

Skill Claude CodeCodex

Acknowledge a "remember this" request and make sure it is captured well. Use when the user explicitly asks to remember, note, or save something for future sessions.

65k changed today A 37 tokens original Apache-2.0

stats

24

mem0ai/mem0

Skill Claude CodeCodex

Displays memory usage statistics for the current session and project including counts by category, age distribution, and API latency. Use when checking how many memories exist, reviewing session activity, or auditing memory distribution across categories.

65k today A 43 tokens original Apache-2.0