Show HN: Persistent memory for Claude Code sessions
9 days ago
- #Claude-Code
- #AI-memory
- #engineering-tools
- Grov captures reasoning from Claude Code sessions to inject into future sessions, preventing redundant exploration.
- Typical tasks take 10+ minutes and 7%+ token usage without Grov due to repeated codebase exploration.
- Grov automatically extracts architectural decisions, patterns, and rationale from sessions.
- Install Grov via npm, configure with `grov init`, and run with `grov proxy` to start capturing sessions.
- Grov syncs memories to a cloud dashboard for team collaboration, search, and browsing.
- Grov includes drift detection to monitor Claude's actions and correct deviations from user goals.
- Extended cache feature prevents Anthropic's prompt cache expiration during idle periods.
- Grov requires Node.js 18+ and Claude Code, with optional team sync and cloud dashboard features.
- Open-source under Apache License 2.0, contributions welcome via GitHub.