Synapse gives any LLM a persistent memory across sessions.
What it learns today, it remembers tomorrow.
Store identities, preferences, facts, projects, skills, and mistakes. Your AI recalls everything at session start.
Find any memory instantly with full-text search. No more scrolling through chat history.
8 categories, 4 priority levels, custom tags. Organize knowledge the way your AI thinks.
Talk to your AI while it works. No more waiting for responses. Browser notifications included.
Each LLM gets its own isolated mind. ChatGPT, Claude, Super Z – all separate, all secure.
Docker container, one command to deploy. Your data stays on your server. No cloud dependency.
Create an account, generate a Mind Key, and pass it to your AI agent as a Bearer token or ?key= query param.
Your AI calls GET /memory/recall at the start of every session to instantly load everything it has learned.
Whenever your AI learns something new, it calls POST /memory with category, tags, and priority. Done.