Gives Claude a persistent memory layer backed by SQLite that survives across sessions and works with any MCP-compatible client. Instead of losing context every time you restart a conversation, your AI can store and retrieve notes, preferences, or accumulated knowledge locally. The zero-dependency SQLite backend means everything stays on your machine with no external services required, and since it's just a database file, you can port your AI's memory between different tools. Reach for this when you want Claude to remember things long-term without cloud sync or when building AI workflows that need to maintain state across multiple invocations.
claude mcp add --transport stdio io.github.sparkvibe-io-memorymesh -- uvx memorymesh