This server keeps your AI coding context alive between sessions so you don't spend half your time re-explaining decisions. It exposes tools to save current task state, resume work with a briefing, query past decisions with citations, and log blockers or assumptions. Memory lives in `.mindswap/` as markdown and JSON, indexed in SQLite for semantic search. You can scope it per-repo or globally in your home directory. Includes `mindswap init`, `save`, `resume`, `ask`, and `memory` commands, plus MCP endpoints via stdio or HTTP. Reach for it when you're hopping between Cursor, Claude, and Windsurf on the same project and tired of copy-pasting the same context doc every morning.
claude mcp add --transport stdio shiporbleed-mindswap uvx mindswap