grov — Summary
Grov is collective AI memory for engineering teams: when one developer's AI agent figures something out, every team member's agent automatically knows it. It intercepts AI API calls via a local proxy (for Claude Code/Codex) or native MCP (for Cursor/Zed/Antigravity), extracts CONCLUSION/INSIGHT reasoning traces when tasks complete, syncs them to a cloud team dashboard, and injects relevant memories into future sessions via hybrid semantic+lexical search. Beyond memory, Grov adds anti-drift detection (monitors agent actions vs stated intent and injects corrections), extended Anthropic prompt-cache warming, and auto-compaction with goal preservation. At 192 GitHub stars (Apache-2.0), it occupies a unique position as the only AI agent memory system explicitly designed for team sharing rather than individual persistence.
differs_from_seeds: Closest to ccmemory (memory-focused, cross-session injection, team awareness) but operates through a transparent proxy rather than an MCP server, targets teams rather than individuals, and stores memories in a cloud Supabase backend rather than a local Neo4j graph. Unlike ccmemory's typed graph nodes (Decision, Correction, Insight), Grov extracts untyped reasoning traces (CONCLUSION/INSIGHT pairs). The anti-drift detection and prompt-cache-warming features have no equivalent in any seed.