AIAny
AI Client2024
Icon for item

supermemory

Memory engine that lets AI apps remember users across conversations: it extracts facts, tracks updates, resolves contradictions, and auto-forgets stale info, returning context in ~50ms. Tops the LongMemEval, LoCoMo and ConvoMem memory benchmarks.

Introduction

RAG retrieves documents; it doesn't know that you switched jobs last month or changed your mind about a tool. The bet here is that memory isn't a static vector store but a living model of the user — facts get extracted, watched as they change, reconciled when they contradict, and allowed to decay when stale. That distinction is why it currently sits at #1 on LongMemEval (81.6%) and leads LoCoMo and ConvoMem.

What Sets It Apart
  • Hybrid retrieval in one query: combines classic document RAG with a personalized memory layer, so a single call returns both relevant files and what's true about the user right now.
  • Self-maintaining: it doesn't just append memories — it reconciles contradictions and auto-forgets expired facts, which keeps recall from degrading as history grows.
  • Built for the request path: user-profile lookups return in ~50ms, fast enough to sit inside a single chat turn rather than a background job.
  • Edge-native: runs on Cloudflare Workers/KV with PostgreSQL and Drizzle, and ships as a single binary you can run fully offline.
Who It's For

Great fit if you're building an assistant, agent, or app that needs durable per-user context and would rather call an API than hand-roll a memory pipeline — it plugs into Claude Desktop, Cursor, VS Code, the Vercel AI SDK, LangChain, and the OpenAI Agents SDK, and ingests from Gmail, Notion, Google Drive, and GitHub. Look elsewhere if you only need one-shot document Q&A, where plain RAG is simpler and cheaper, or if you can't send user data to a hosted service and don't want to operate the self-hosted stack yourself.

Information

  • Websitegithub.com
  • OrganizationsSupermemory
  • Authorssupermemoryai (GitHub organization)
  • Published date2024/02/27

Categories

More Items

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.