Skip to main content
These docs are designed to be easily consumable by LLMs. Each page has a button that lets you copy the page as Markdown or paste directly into ChatGPT, Claude, or any AI coding tool. We follow the llms.txt standard:

Agent Skills

Mem0 ships two kinds of skills for AI coding assistants. Both work with Claude Code, Codex, Cursor, Windsurf, OpenCode, OpenClaw, and any assistant that supports the skills standard.

Reference skills (always on)

Teach your assistant Mem0’s SDK surface so it writes correct code in everyday development:
  • mem0: Python and TypeScript SDKs (Platform + OSS), plus framework integrations (LangChain, CrewAI, OpenAI Agents, LangGraph, LlamaIndex, etc.)
  • mem0-cli: terminal workflows for the mem0 CLI (both Node and Python builds)
  • mem0-vercel-ai-sdk: @mem0/vercel-ai-provider and createMem0

Pipeline skills (run on demand)

Let your assistant execute an end-to-end workflow in an existing repo. Invoked as slash commands:
  • /mem0-integrate: wire Mem0 into an existing repository using a goal-driven, test-first pipeline. Detects the stack, asks whether to use Platform or OSS, writes failing tests first, and keeps the integration additive and feature-flagged.
  • /mem0-test-integration: verify what /mem0-integrate produced. Runs the repo’s native test suite and a real end-to-end smoke flow against your API key, then produces a scorecard.
  • /mem0-oss-to-platform: migrate an existing project from Mem0 OSS to the hosted Platform SDK. Audits where Mem0 is used, writes a reviewable migration plan, then executes it on approval.
See the skills index for the full catalog.

MCP Server Setup

Connect Claude, Claude Code, Cursor, Windsurf, VS Code, OpenCode, or any MCP-compatible client to Mem0. Get your API key from app.mem0.ai, then add Mem0 MCP with a single command:
For per-client setup and advanced options, see Mem0 MCP Setup.

Universal Starter Prompt

Copy this into any AI tool to start building with Mem0:

Go Deeper

Platform Quickstart

Get started with the managed API

Open Source

Self-host with full control

Cookbooks

Production-ready tutorials and examples

API Reference

Explore every REST endpoint