Back to browse
GitHub Repository

Drop-in memory storage for LLM enabled projects that scales and solves the context size problem.

8 starsTypeScript

LLM Memory Storage that scales, easily integrates, and is smart

by pocketcolin·Mar 16, 2026·6 points·0 comments

AI Analysis

MidShip It

LLM memory wrapper when Mem0, LangChain Memory, and dozens of others already exist.

Strengths
  • Easy NodeJS integration with built-in support for GPT, Gemini, Claude
  • Automatic memory deduplication and staleness removal reduces maintenance
  • Core memories concept separates universal context from session-specific data
Weaknesses
  • LLM memory category is extremely crowded with established players
  • No clear differentiation beyond convenience wrapper around existing vector stores
Category
Target Audience

NodeJS developers building LLM-powered applications

Similar To

Mem0 · LangChain Memory · Zep

Post Description

I built a super easy to integrate memory storage and retrieval system for NodeJS projects because I saw a need for information to be shared and persisted across LLM chat sessions (and many other LLM feature interactions). I tried to keep the barrier to use as low as possible so I included built-in support for major LLMs (GPT, Gemini, and Claude) as well as major vector store providers (Weaviate and Pinecone). The memory store works by ingesting and automatically extracting “memories” (summarized single bits of information) from LLM interactions and vectorizing those. When you want to provide relevant context back to the LLM (before a new chat session starts or even after every user request) you just pass the conversation context to the recall method and an LLM quickly searches the vector store and returns only the most relevant memories. This way, we don’t run context size issues as the history and number of memories grows but we ensure that the LLM always has access to the most important context. There’s a lot more I could talk about (like the deduping system or the extremely configurable pieces of the system), but I’ll leave it at that and point you to the README if you’d like to learn more! Also check out the dev client if you’d like to test out the memory palace yourself!

Similar Projects

AI/ML●●Solid

Open-source toolkit for AI memory that scales

PostgreSQL ltree beats graph traversal for hierarchical AI memory with versioning.

Big BrainNiche Gem
0xJaksun
1024d ago
AI/ML●●Solid

LLM Memory Solved?

130× more facts per GiB than vectors, but no semantic similarity matching.

Big BrainWizardry
gary23w
208d ago