nowfound

Alternatives

Products that do what smrti does

Memory engine for AI agents

  1. 1
    cognee382

    Memory for AI Agents in 5 lines of code

    2025

  2. 2

    Persistent memory for Claude Code, Codex & coding agents

    May 2026 · agent-memory.dev

  3. 3

    Powerful AI agents, minimal code, on Hugging Face framework

    2025

  4. 4AL
  5. 5

    Memory infrastructure for AI coding agents

    Feb 2026

  6. 6
    Spectron171

    Agent memory you can trust

    Jun 2026 · surrealdb.com

  7. 7
    Actx0100

    Memory infrastructure for AI agents.

    17d ago · actx0.com

  8. 8

    One API for all documents your AI agents need

    Mar 2026 · querymemory.com

  9. 9YA

    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

  10. 10
    Cortex70

    Run multiple claude-code agents from YAML config

    Jan 2026

  11. 11

    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

  12. 12

    The memory layer for AI agents

    Jul 2026 · kitforai.com

  13. 13

    Enable agents to keep context & work across apps + sessions

    Jun 2026 · walrus.xyz

  14. 14

    An agent that remembers across sessions can keep its memory as curated markdown files, as an auto-mined structured store, or as trained experience.

    22d ago · pinglin.tw

  15. 15

    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

  16. 16

    Single-file AI memory and knowledge graph for agents

    Jun 2026 · github.com

  17. 17

    One layer for memories, skills, and rules across any agent

    Feb 2026

  18. 18AK
  19. 19SM
  20. 20AF

    Hi HN, We’ve been building [memU](https://github.com/NevaMind-AI/memU), an open-source memory framework for AI agents that supports both classic RAG and LLM-based direct file reading. RAG has become the default in LLM systems, but many of its failures don’t come from the model — they come from the retrieval assumptions. Embedding-based retrieval is fundamentally an approximation over semantic similarity. It works well for fuzzy recall, but it often breaks when relevance ≠ correctness, which is common in real systems. From a retrieval perspective, RAG struggles with: -…

    Jan 2026 · github.com

  21. 21

    Your AI has the memory of a goldfish. Not anymore

    Jul 2026 · yourmemoryai.xyz

  22. 22MO

    Hey HN! I'm Arindam, part of the team behind Memori (https://memori.gibsonai.com/). Memori adds a stateful memory engine to AI agents, enabling them to stay consistent, recall past work, and improve over time. With Memori, agents don’t lose track of multi-step workflows, repeat tool calls, or forget user preferences. Instead, they build up human-like memory that makes them more reliable and efficient across sessions. We’ve also put together demo apps (a personal diary assistant, a research agent, and a travel planner) so you can see memory in action. Current LLMs are stateless…

    2025 · github.com

  23. 23PL

    How it works: - Storage uses one SQLite database file, plus a local LanceDB index of vectors. No need for a server, cloud services, or any API keys. - Retrieval is a hybrid approach using BM25 (rank-bm25) and vector-based search (sentence-transformers) combined with a co-occurrence graph of entities, using reciprocal rank fusion. The idea is to find the right memory, not the closest one. - It plugs into the agent's lifecycle via MCP: before the agent responds, relevant memories are added to its input; after each turn, decisions and new learnings are automatically recorded. No need to…

    Jun 2026 · github.com

  24. 24BA

    Tired of AI coding tools that forget everything between sessions? Every time I open a new chat with Claude or fire up Copilot, I'm back to square one explaining my codebase structure. So I built something to fix this. It's called In Memoria. Its an MCP server that gives AI tools persistent memory. Instead of starting fresh every conversation, the AI remembers your coding patterns, architectural decisions, and all the context you've built up. The setup is dead simple: `npx in-memoria server` then connect your AI tool. No accounts, no data leaves your machine. Under the hood it's TypeScript +…

    2025 · github.com

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