Skip to main content
This page is for building with Supermemory using coding agents: scaffolding a project, following the real API, and searching product docs. It is not the consumer Memory MCP (give Claude/Cursor long-term memory about you). That is a separate product surface — see Supermemory MCP.

CLI

Agents (and humans) can set things up from the terminal easily using our CLI
Useful for coding agents:
Also available for smoke tests against your key: add, search, profile, docs, tags, config, whoami. Auth via first-run credentials or SUPERMEMORY_API_KEY.

Skill

Install the official skill so the agent uses the real endpoints, auth, and containerTag rules instead of hallucinating APIs:
Source: github.com/supermemoryai/skills.
Best combo for coding agents: skill + docs MCP + npx supermemory setup.

Docs MCP

Remote MCP that lets the agent search Supermemory documentation while it implements an integration. Server URL:

Setup by client

Add to ~/.cursor/mcp.json:

Starter prompt (docs + setup)

Integrate prompt (optional)

If the skill is not installed, paste a fuller prompt so the agent asks the right product questions:

Memory MCP (different product)

Want your assistant to remember you across chats (save/recall/profile in Claude, Cursor, etc.)? That is the Memory MCP, not the docs MCP: Supermemory MCP

Next steps

Quickstart

Conversation + document ingest, RAG, graph, profile, harness.

Memory MCP

Persistent memory for assistants — separate from docs setup.

Plugins

Claude Code, OpenClaw, Codex, Hermes, and more.

AI SDK

withSupermemory and memory tools in app code.