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 API2025

Gateway that pools multiple AI subscription accounts and issues platform API keys while handling authentication, token-level billing, load balancing, rate limits, and per-user/account concurrency—enables shared subscriptions for Claude, OpenAI, Gemini and Grok.

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.