Mem0
Official@mem0ai · United States of America
The Universal Memory Layer for AI Agents
Agent Skills by Mem0
Showing 40 vetted skills indexed across 1 GitHub repositories.
memory-dream
Consolidates stored memories by merging duplicates, deleting stale entries, and rewriting unclear facts.
pin
Pins or unpins memories to protect them from pruning during dream consolidation.
status
Diagnoses Mem0 plugin connectivity, API key validity, and memory read/write functionality.
search
Searches mem0 memories semantically and displays compact one-line results or direct ID lookups.
context-loader
Searches and injects relevant memories into context before starting a task.
tour
Displays all stored Mem0 memories grouped by category with full content.
forget
Deletes Mem0 memories by search query or memory ID with confirmation.
remember
Stores user-provided text verbatim into Mem0 with automatic category classification.
dream
Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.
mem0-scope
Views or changes the default memory scope for saving and searching memories.
mem0-forget
Deletes mem0 memories by search query or memory ID with confirmation prompts.
mem0-remember
Stores user-provided facts into mem0 memory with type classification and metadata.
mem0-search
Searches mem0 memories and displays compact one-liner results or direct ID lookups.
mem0-status
Diagnoses mem0 plugin connectivity, API key validity, and memory read/write functionality.
mem0-tour
Browses and displays stored mem0 memories grouped by category for a project.
mem0-dream
Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries.
mem0-pin
Pins or unpins Mem0 memories to protect them from pruning during dream consolidation.
mem0-context-loader
Searches and injects relevant memories into context before starting a task.
list-projects
Lists all projects with stored memories, showing memory counts and last activity dates.
health
Diagnoses mem0 API connectivity, identity resolution, and memory read/write functionality.
onboard
Configures mem0 API keys, MCP connection, project file import, and coding categories for new projects.
switch-project
Overrides auto-detected project scope or enables global search for Mem0 memories.
mem0
Integrate persistent memory into AI applications using the Mem0 Python and TypeScript SDKs.
export
Exports all project memories to a portable Markdown file with YAML frontmatter.
Frequently Asked Questions About Mem0
FAQPage SchemaWhat specific tasks does Mem0 enable for developers?▼
Mem0 enables the consolidation, deduplication, and sanitization of historical interaction data. It allows developers to persist user-specific facts across sessions, enforce time-to-live expiration policies on stored information, and retrieve relevant context to improve the accuracy and personalization of responses.
Which personas benefit most from integrating Mem0?▼
Software engineers and system architects building personalized, stateful intelligence applications benefit most from Mem0. It is designed for developers who need to bridge the gap between stateless request-response cycles and long-term user history, ensuring continuity in complex, multi-turn interactions.
What are the prerequisites for implementing Mem0?▼
Implementation requires an existing environment capable of handling JSON-based data structures and integration with supported frameworks like Vercel AI. Developers must configure storage endpoints and define TTL policies to manage the lifecycle of persisted facts effectively within their specific infrastructure.