usewire/wire-memory
9 stars · Last commit 2026-04-16
Persistent memory plugin for AI coding agents. Captures decisions, corrections, and patterns across sessions.
README preview
# wire-memory [](LICENSE) [](https://github.com/usewire/wire-memory) [](https://nodejs.org) [](https://docs.anthropic.com/en/docs/claude-code) [](https://cursor.com) **Persistent memory for AI coding agents.** Every AI session starts from zero. Your agent doesn't know what you decided yesterday, what patterns you established last week, or the correction you gave it three conversations ago. wire-memory fixes that. It gives your agent a persistent memory layer that captures decisions, corrections, and patterns, then retrieves them when they're relevant. ## The problem - **No continuity.** Your agent forgets everything between sessions. - **Repeated corrections.** You fix the same mistake session after session. - **Re-explaining context.** Every conversation starts with "here's how our project works..." again. - **No cross-project awareness.** Preferences and coding style don't carry over between repos. ## How wire-memory solves it