Gives Claude persistent memory across coding sessions by maintaining a structured knowledge base in your repo's `.context/` directory. Exposes seven MCP tools including `context_search` for hybrid keyword and semantic search, `context_auto_orient` for session startup, and `context_write` for recording facts, decisions, and regressions. Auto-captures session summaries on shutdown and routes context intelligently between repo-specific and global developer preferences. Works with Claude Desktop natively via MCP, and integrates with Cursor through slash commands that let their AI populate context without external API keys. The `analyze` command uses Claude or other LLMs to scan your codebase and generate initial context entries. Useful when you're tired of re-explaining your architecture every conversation or want to prevent agents from reintroducing previously fixed bugs.
claude mcp add --transport stdio danielguru-repomemory -- npx -y repomemory