This gives Claude persistent memory that works like human recall: memories decay over time unless reinforced, and related facts surface together through an entity graph. It stores conversational context across sessions using SQLite (or Postgres for teams), applies Ebbinghaus forgetting curves to prune stale information every 24 hours, and automatically merges or replaces outdated facts. The MCP tools let Claude remember, recall, update, and forget information. It includes a web dashboard at localhost:3033 to browse what's stored and see memory strength scores. Setup is one command (yourmemory-setup) that detects your client and writes the config. Works with Claude Desktop, Cursor, Cline, Windsurf, or any stdio MCP client.
claude mcp add --transport stdio sachitrafa-yourmemory uvx yourmemory