Egregore
A shared intelligence layer for teams using Claude Code
Egregore gives your team a shared brain that persists across Claude Code sessions. Persistent memory, async handoffs, and accumulated knowledge across sessions and people.
Everything runs locally. No servers, no accounts, no API keys required.
Quick Start
Prerequisites
- git
- Claude Code —
npm install -g @anthropic-ai/claude-code
Install
npx create-egregore@latest --openThis walks you through:
- Sign in with GitHub — OAuth device flow, no tokens to copy
- Pick your account — Personal or organization
- Name your project — Creates an Egregore instance and shared memory repo
- Optionally create a project repo — For your actual code
- Done — Everything cloned and linked locally
Start
Setup adds a shell command to your profile. Open a new terminal and type:
egregoreThis opens Claude Code in your Egregore directory, syncs memory, and picks up where you left off.