Hydrate in ten minutes.
Hydrate is an episodic-memory layer for Claude Code. It installs two hooks, watches each session, extracts facts and session summaries, and injects relevant ones into the next session's context. Nothing you have to think about after the install.
The shape of it
- You install the
hydratebinary (brew, scoop, or curl). - On first run,
hydrate initwrites two hooks into your Claude Code settings. hydrate-serverruns in the background onlocalhost:8089— it owns the SQLite store and serves the dashboard.- Every time you run
claude, theUserPromptSubmithook queries the server and injects relevant facts. When the session ends, theStophook saves a summary and extracts new facts.
Next steps
- Install — the 30-second setup
- Quickstart — verify it's working
- Scopes — how facts stay organised
- Enterprise — self-host + SSO + org policy