Back to browse
GitHub Repository

Persistent memory plugin for AI coding agents. Captures decisions, corrections, and patterns across sessions.

10 starsJavaScript

Wire Memory – Persistent cross-session memory for Claude Code

by jitpal·Mar 23, 2026·3 points·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Finally remembers your architecture decisions between Claude Code sessions — CLAUDE.md couldn't do this.

Strengths
  • Automatic capture of reasoning and corrections without extra prompting from users
  • Project and user scoping enables team memory sharing across the same codebase
  • MCP-compatible means portable beyond just Claude Code to other agent tools
Weaknesses
  • Requires Wire platform container — adds dependency for what should be local
  • AI agent memory space getting crowded with Mem0, LangChain memory, and others
Target Audience

Claude Code users, AI-assisted developers, engineering teams

Similar To

Mem0 · LangChain Memory · Cursor Rules

Post Description

I've been building with Claude Code since last summer and one thing kept wearing me down: every session starts from zero.

I'd reason through tradeoffs, settle on an architecture, make a dozen small decisions. Then the session ends. Next session has no idea what happened.

CLAUDE.md helps, but it's static and loads into every message. Most context only needs to be there when it's relevant. The hardest stuff to capture is the reasoning. I'll spend 30 minutes thinking through a plan with Claude, land on a direction, and none of it survives to the next session.

wire-memory is an open source Claude Code plugin that gives your agent persistent memory. It captures decisions, corrections, patterns, and preferences as you work. Before responding, the agent searches past context for anything relevant. No extra prompting from you.

Memory is scoped by project and user. Project scope means teammates can share the same memory. One person's corrections are available to everyone in real time, outside git.

No account required. You get a free ephemeral container for 7 days.

Under the hood, the plugin is thin on purpose. Everything goes into a Wire container. Wire handles storage, relationship discovery, structured and unstructured data, and more. Your agent gets 5 MCP tools to search, write, explore, delete, and analyze its own memory. Same container works from any MCP client.

Transcript capture is opt-in. Secrets are auto-redacted.

Data lives on Cloudflare infra so it's available at edge, making retrieval quick. Ephemeral container expires after 7 days but a plugin command lets you create an account to keep it.

Plugin is MIT, Wire itself is closed source. It's my startup. Happy to answer questions.

Similar Projects

Developer Tools●●Solid

Fixing Claude Code's amnesia with persistent memory

Scatter-gather retrieval with prompt caching beats naive vector search for Claude Code memory.

Big BrainSolve My Problem
NBenkovich
132mo ago