#220 · Primary category: AI Coding Assistants
opencode-mem
OpenCode plugin that gives coding agents persistent memory using local vector database
Project last updated:08/28/26
GitHub Stars
1.6K
Forks
150
Contributors
55
License
MIT
Why we included this project
OpenCode agents forget everything between sessions, and opencode-mem is a plugin that gives them a working memory. It captures the decisions, bug patterns, and preferences that come up in your conversations, stores them in an embedded Turso/libSQL database with native vector search, and injects the relevant ones back into later sessions automatically. There's no separate vector store to run, and you can choose local embedding models or OpenAI and Anthropic for extraction. The web UI lets you review and prune what the agent remembers, which matters because a memory you can't inspect tends to accumulate junk. If you're tired of re-explaining the same project context in every chat, this is a practical way to make the agent actually learn from past work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.