nowfound

Alternatives

Products that do what Remembrane – agent memory in one SQLite file, zero dependencies does

This is a small library for giving an agent persistent memory without running any infrastructure. The whole store is one SQLite file, and the default install has no dependencies. I built it because whenever I wanted an agent to remember a handful of facts across sessions, the options were a hosted API, a vector database, or a framework, and that felt like too much for what is usually a few thousand short strings. The part I find most useful is that recall is deterministic, so you can write unit tests that assert what your agent remembers and run them in CI. I haven't seen that elsewhere and…

  1. 1

    Persistent memory for Claude Code, Codex & coding agents

    May 2026 · agent-memory.dev

  2. 2
    Memori168

    Persistent memory from agent trace, not just conversation

    May 2026 · memorilabs.ai

  3. 3

    Repo-native memory for coding agents

    Jul 2026 · github.com

  4. 4

    Persistent memory for AI coding agents

    Apr 2026 · contextpool.io

  5. 5

    Let every AI remember the same you.

    Jul 2026 · memmy.bot

  6. 6RG

    Hey HN! I'm José, and I built Recall to solve a problem that was driving me crazy. The Problem: I use Claude for coding daily, but every conversation starts from scratch. I'd explain my architecture, coding standards, past decisions... then hit the context limit and lose everything. Next session? Start over. The Solution: Recall is an MCP (Model Context Protocol) server that gives Claude persistent memory using Redis + semantic search. Think of it as long-term memory that survives context limits and session restarts. How it works: - Claude stores important context as "memories" during…

    Oct 2025 · npmjs.com

  7. 7AL
  8. 8

    Enable agents to keep context & work across apps + sessions

    Jun 2026 · walrus.xyz

  9. 9

    An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents. - fellowgeek/mcp-memory

    24d ago · github.com

  10. 10
    pumaDB159

    a small hosted memory layer for AI agents

    Jun 2026 · pumadb.ai

  11. 11SM
  12. 12YA

    This is a project that I have been building for a while now, YourMemory is a solution to agentic memory which focuses on pruning of noise rather than hoarding of data. In the current state of agentic memory most of the context is stored in the form of a MD file or is derived through a RAG model where you store each and everything. Both of the solution leads to bloated context which does not optimize the usage of any tokens. In this system we only keep relevant data in our memory and prune all the unnecessary data. The relevance of a data is derived through multiple factors such as recall…

    Jun 2026 · yourmemoryai.vercel.app

  13. 13

    Persistent memory infrastructure for AI agents

    Mar 2026

  14. 14

    Fastest cognitive memory for AI Agents

    Feb 2026

  15. 15TR

    built this because I got tired of re-teaching Claude Code the same context every session. Preferences, decisions, “we already tried X,” “don’t touch this file,” etc. After a few days it starts to feel like onboarding the same coworker every morning. Most “agent memory” tools auto-save everything. That feels good briefly, then memory turns into a junk drawer and retrieval gets noisy. Total Recall takes the opposite approach: a write gate. Before anything gets promoted, it asks one question: “Will this change future behavior?” If not, it doesn’t get saved. How it works: Daily log first (raw…

    Feb 2026 · github.com

  16. 16RL
  17. 17

    Persistent, structured memory for AI Agents

    Jan 2026

  18. 18CS

    Coding agents don't have long-term memory. But you do have months of full-fidelity agent transcripts stored on your machine. A simple solution that goes a long way: ingest those transcripts and logs into a structured SQLite database, then search them with ranked text match. Everything is fully local and doesn't require anything fancy like a graph database or hosted memory service. This is the idea behind ctx, a Rust CLI that handles the ingestion and searching. We give our agents a skill that tells them to reference past sessions before working in an area. Usually we do this through an…

    Jul 2026 · github.com

  19. 19
    Actx0100

    Memory infrastructure for AI agents.

    16d ago · actx0.com

  20. 20
    GPS83

    Memory layer for LLMs that stores repo rules + past lessons

    May 2026 · github.com

  21. 21TA

    Hi HN, There’s been a lot of discussion lately around context graphs, decision traces, and how AI systems reason. One thing we kept running into: when AI agents make real decisions, the why behind those decisions often disappears. The context is scattered across prompts, tools, policies, and approvals. Logs show what happened, but not why it was allowed. TraceMem is an attempt to make decision context durable. It records the reasoning, authority, and context behind AI actions as a system of record, not as monitoring data, but as memory. Happy to share more details or answer questions. - Tommi

    Jan 2026 · tracemem.com

  22. 22

    I've been working on Polign and built a small prototype around something I've been thinking about with agent memory. I have built a lightweight/stateless vector db + BM25 search which works really well with typed facts and structured queries. It uses your own S3, or GCS bucket as primary storage, and restarting a node is fairly quick. Demo + writeup: https://polign.com/blog-edge-agent-memory Live search demo: https://demo.polign.com Docs: https://polign.com

    11d ago · polign.com

  23. 23

    Persistent memory for AI agents. One API. Any platform

    Jun 2026 · github.com

  24. 24YP

    It's an biological inspired decay system for our memories with extended support of temporal reasoning. Created a CLI command to infer knowledge from the context stored in memory system without any token utilization or llm call. It comes with a memory dashboard to monitor and manage your memories it can be extended as audit trail for agents as well !

    May 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →