Grov
by TonyStef
Grov automatically captures the context from your private AI sessions and syncs it to a shared team memory. It auto injects relevant memories across developers and future sessions to save tokens and time spent on tasks.
# Add to your Claude Code skills
git clone https://github.com/TonyStef/GrovThe Problem
Your team's AI agents are learning in silos.
- Dev A's Claude spends 10 minutes understanding your auth system
- Dev B's Claude does the exact same exploration the next day
- Dev C asks a question that was already answered last week
- Every new session starts from zero
The waste: Redundant exploration, duplicate token spend, knowledge that disappears when sessions end.
The Solution
Grov captures what your team's AI learns and shares it automatically.
Dev A: "How does auth work in this codebase?"
↓
Claude investigates, figures it out
↓
Grov captures the reasoning + decisions
↓
Syncs to team dashboard
↓
Dev B: "Should we add password salting?"
↓
Claude already knows: "Based on verified team knowledge,
no - this codebase uses OAuth-only, no passwords stored"
↓
No exploration needed. Instant expert answer.
Measured impact: Tasks drop from 10+ minutes to 1-2 minutes when team context is available.
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.
Other Tools
grov setup # Interactive setup (Cursor, Zed, Codex)
grov init cursor # Direct setup for Cursor CLI
grov init antigravity # Direct setup for Antigravity
IDE integrations (Cursor, Zed, Antigravity) use native MCP - no proxy needed.
Important: Your
ANTHROPIC_API_KEYmust be set permanently in your shell profile, not just withexportin a terminal. See Troubleshooting for setup instructions.
For team sync:
grov login # Authenticate via GitHub
grov sync --enable --team ID # Enable sync for your team
**Free for individuals and teams up to 3 develop...