grov Collective AI memory for engineering teams. Website • Dashboard • Quick Start • Team Sync • Contributing Grov captures reasoning from your Claude Code sessions and injects it into future sessions. Your AI remembers what it learned. The Problem Every time you start a new Claude Code session: Claude re-explores your codebase from scratch It reads the same files again It rediscovers patterns you've already established You burn tokens on redundant exploration Measured impact: A typical task takes 10+ minutes, 7%+ token usage, and 3+ explore agents just to understand the codebase.* The Solution Grov captures what Claude learns and injects it back on the next session. What Gets Captured Real reasoning, not just file lists: Architectural decisions, patterns, and rationale - automatically extracted. Quick Start npm install -g grov # Install grov init # Configure (one-time) grov proxy # Start (keep running) Then use Claude Code normally in another terminal. That's it. How It Works Session 1: Claude learns about your auth system ↓ grov captures: "Auth tokens refresh in middleware/token.ts:45, using 15-min window to handle long forms" ↓ Session 2: User asks about related feature ↓ grov injects: Previous context about auth ↓ Claude skips exploration, reads files directly Commands grov init # Configure proxy URL (one-time) grov proxy # Start the proxy (required) grov proxy-status # Show active sessions grov status # Show captured tasks grov login # Login to cloud dashboard grov sync # Sync memories to team dashboard grov disable # Disable grov Data Storage Database: ~/.grov/memory.db (SQLite) (SQLite) Per-project: Context is filtered by project path Context is filtered by project path Local by default: Memories stay on your machine unless you enable team sync Team Sync Share memories across your engineering team with the cloud dashboard. grov login # Authenticate via GitHub grov sync --enable --team ID # Enable sync for a team Once enabled, memories automatically sync to ap...
First seen: 2025-12-08 21:27
Last seen: 2025-12-08 21:27