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

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-0.7.0-green.svg)](https://github.com/usewire/wire-memory)
[![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](https://nodejs.org)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-purple.svg)](https://docs.anthropic.com/en/docs/claude-code)
[![Cursor](https://img.shields.io/badge/Cursor-plugin-blue.svg)](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

View full repository on GitHub →