engram-memory
Persistent cross-session memory with fast semantic recall
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Engram Memory?โผ
Run `npx skills add EngramMemory/engram-memory --all -g -y` in your terminal to install the skill globally, then start the bundled Docker container to enable local storage and embeddings.
How to give an AI agent persistent memory?โผ
Engram stores every important fact, preference, and decision as a semantic embedding, then auto-recalls relevant memories at the start of each new session so nothing is forgotten.
Does Engram send my data to the cloud?โผ
No. The community edition runs entirely on your own hardware with local embeddings and a local vector database, so no API keys or external servers are required.
Which AI clients work with Engram?โผ
It works with Claude Code, Cursor, Windsurf, VS Code, OpenClaw, and any other client that supports the MCP protocol.
How fast is Engram memory recall?โผ
Frequently used memories return in about 25ms from the hot-tier cache, while full semantic searches complete in roughly 190ms, getting faster the more you use it.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core