I gave ChatGPT persistent memory that actually works — open source
r/ChatGPT
•
Generative AI
AI Safety
Tired of ChatGPT forgetting everything? I built a knowledge base server that gives any AI agent persistent memory across sessions. Here's what it does: you feed it articles, notes, code docs, YouTube transcripts, tweets - whatever you want your AI to know. It indexes everything into SQLite with full-text search and exposes it through MCP (Model Context Protocol). Your AI searches the knowledge base before answering, so it actually has context instead of hallucinating. I connected it to ChatGPT through a custom connector, and also to Claude Code, Codex, and Gemini.