mem0-plugins
01Plugin Claude Code
Plugin marketplace listing 1 plugin: mem0.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mem0.
Instructions file CodexOpenCode
Instructions for mem0ai/mem0, covering agents.md, do not, where to look, repository map and setup.
Instructions file
Instructions for mem0ai/mem0, a project described as: Universal memory layer for AI Agents.
Plugin Claude Code
Persistent memory for Claude Code. Remembers decisions, patterns, and preferences across sessions.
MCP server Claude CodeCodexCursor +2
MCP server "mem0", hosted remotely at mcp.mem0.ai, as configured in 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.
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.
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.
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.
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.
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.
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.
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.
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.
Hook
Runs once when the project is set up for init and maintenance tool calls, executing ensure_deps.sh. From mem0ai/mem0.
Hook
Runs when a session starts on startup, resume and compact, executing ensure_deps.sh and on_session_start.sh (2 commands). From mem0ai/mem0.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, mcp__mem0__add_memory, mcp__plugin_mem0_mem0__add_memory, mcp__mem0__search_memories, mcp__plugin_mem0_mem0__search_memories, mcp__mem0__get_memories, mcp__plugin_mem0_mem0__get_memories, mcp__mem0__delete_all_memories…
Hook
Runs after a tool call finishes for mcp__mem0__.*, mcp__plugin_mem0_mem0__.* and Bash tool calls, executing on_post_tool_use.sh and on_bash_output.sh (2 commands). From mem0ai/mem0.
Hook
Runs when the agent finishes a response, executing on_stop.sh. From mem0ai/mem0.
Hook
Runs before the context is compacted, executing on_pre_compact.sh. From mem0ai/mem0.
Hook
Runs when you submit a prompt, before the agent sees it, executing on_user_prompt.sh. From 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.
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.
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.