mem0
Give AI agents persistent memory that remembers users across sessions
All Skills in This Repository (40)
Pure Emerald Level Indicatorsmemory-dream
Consolidate stored memories by deduplicating, sanitizing credentials, and enforcing TTL expiration.
memory-triage
Extract and classify durable conversation facts into long-term memory categories.
mem0-codex
Persist and recall Codex task context across sessions using mem0 MCP tools.
mem0-vercel-ai-sdk
Retrieve and store memories around LLM calls in Vercel AI SDK applications.
mem0-cli
Manage AI agent memories via command-line interface with JSON outputs.
mem0
Store, retrieve, and manage user memories across AI applications.
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.
Frequently Asked Questions
FAQPage SchemaHow to install Mem0 skills?โผ
Run `npx skills add mem0ai/mem0 --all -g -y` in your terminal to install all Mem0 skills globally for your AI agent.
What does Mem0 do for AI agents?โผ
Mem0 gives agents a persistent memory layer that stores user preferences, decisions, and project context, then retrieves the right facts automatically in future sessions.
How to add memory to an existing project?โผ
Use the mem0-integrate skill, which wires Mem0 into your repo with a test-first pipeline on a feature branch, then verify it with mem0-test-integration.
Does Mem0 work with Claude Code and Cursor?โผ
Yes. Mem0 ships plugins and skills for Claude Code, Cursor, Codex, OpenCode, and OpenClaw, plus SDKs for Python and TypeScript.
Can I self-host Mem0 instead of using the cloud?โผ
Yes. Mem0 offers an open-source self-hosted option via Docker, and the mem0-oss-to-platform skill can migrate you to the hosted platform later.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core