
Supermemory
Memory and continual learning for agents
About Supermemory
Supermemory is a memory engine for AI agents, offered as a hosted API, as plugins for Claude Code and Codex, and as an MCP server. You send it the raw material of a user or a task: files, chat history, URLs, documents. Its own model, called learner-1, extracts what matters, merges it with what it already knows, infers connections and forgets what is superseded, and stores the result in a vector-graph database with a sense of time. When your agent runs, the relevant memories are pulled back and injected into the context window. The problem it solves is the one every agent hits after the first session: models do not learn between conversations, and stuffing transcripts into the prompt is expensive and gets worse as history grows. The company's framing is that memory should live outside the model provider so it carries across models and harnesses, which is a reasonable position for anyone who does not want their agent's accumulated knowledge locked to one vendor.
The pricing is published and starts free. Every plan comes with a monthly credit balance drawn down at the same usage rates, and only unique content is billed; re-uploading the same document or re-syncing a connector costs nothing the second time. There is an open-source repository under MIT with more than 30,000 stars, but read the fine print before assuming you can run everything locally: the pricing page says self-hosted deployments are available on the Scale and Enterprise plans, so what the repository gives you and what the hosted learner-1 model gives you are not the same thing. The homepage also carries a set of benchmark claims, first place on LongMemEval, LoCoMo and ConvoMem and a strong SWE-ContextBench result, that are self-reported; treat them as the vendor's case, not an independent finding.
You sign up, take an API key from the console, and either call the API directly, install the Claude Code or Codex plugin, or add the MCP server to an agent that supports it. Ingestion accepts text, files, URLs and conversation history; connectors on the higher plans pull from Gmail, S3 and a web crawler. Each user, task or tenant gets its own memory graph, so a multi-tenant product keeps customers separate. At query time you either search semantically, traverse the graph, or let the plugin inject the profile and relevant facts into the model's context automatically. The company quotes median recall latency of 187 ms server-side on production traffic. Billing is metered in SM tokens, the unique tokens actually ingested, plus per-query and per-operation charges listed on the rate card, and on the paid plans auto top-ups with spend limits stop a runaway agent from surprising you.
- •A Memory Model, Not Just a Vector Store - learner-1 updates, merges, infers and forgets against a vector-graph database with an understanding of time
- •Any Model, Any Harness - Delivered through a REST API, Claude Code and Codex plugins, and MCP, independent of the model provider
- •SuperRAG - Multimodal extraction, contextual chunking and retrieval over text, images, PDFs, audio and video, with no embeddings to manage
- •Per-User Memory Graphs - Profiles and fact hierarchies scoped to a user, task or tenant, suited to multi-tenant products
- •Deduplicated Billing - Only unique content is billed; repeats and unchanged content are free, and top-up credits never expire
- •Enterprise Deployment Options - SOC 2, HIPAA and GDPR on the site, with VPC, on-premises and air-gapped deployment on Enterprise
Developers building agents or assistants that need to remember users across sessions, and teams who have outgrown a hand-rolled RAG pipeline and want retrieval and memory handled by a service. The free tier is enough to evaluate it on a side project, and the plugins make it a working-developer tool rather than only an API. It is not for teams that require everything to run on their own hardware on the cheaper plans, since self-hosting starts at Scale, nor for anyone who needs a fixed monthly bill; the $19 Pro price is a floor with credits on top. If you want an Apache-licensed core you can run entirely yourself today, Mem0, which this directory also lists, is the closer fit.
Pricing
$0 - $399/mo
- Free$0/mo
- Pro$19/mo
- Max$100/mo
- Scale$399/mo
From the vendor pricing page, 2026-09-18











