Evaluating Supermemory for Claude Code
I found Supermemory while browsing tool announcements last week. “Universal Memory API for AI apps” - and they have a Claude Code plugin . My first thought was that this solves a real problem. My second thought was that I’ve already built a solution to this problem. So I spent some time figuring out whether Supermemory would add anything to what I already have. Here’s what Supermemory does. When you start a Claude Code session, the plugin fetches relevant memories from their API and injects them into context. While you work, it automatically captures your tool usage - edits, file writes, bash commands, and task spawns - and stores them as structured memories. You get super-search to query past work and super-save to manually flag something important. ...