spool-lab/spool
Search your Claude Code sessions, Codex history, GitHub stars, and 50+ sources — locally, instantly. Your AI agents can search too.
Platform-specific configuration:
{
"mcpServers": {
"spool": {
"command": "npx",
"args": [
"-y",
"spool"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The missing search engine for your own data.
<p align="center"> </p>
Search your Claude Code sessions, Codex CLI history, GitHub stars, Twitter bookmarks, and YouTube likes — locally, instantly.
> Early stage. Spool is under active development — expect rough edges. Feedback, bug reports, and ideas are very welcome via Issues or Discord.
curl -fsSL https://spool.pro/install.sh | bashmacOS / Apple Silicon only. Or build from source:
pnpm install
pnpm build
# DMG is in packages/app/dist/Spool indexes your AI conversations and bookmarks into a single local search box.
~/.claude-profiles/*/projects and ~/.codex-profiles/*/sessionsCmd+K/spool skill inside Claude Code feeds matching fragments back into your conversationEverything stays on your machine. Nothing leaves.
packages/
app/ Electron macOS app (React + Vite + Tailwind)
core/ Indexing engine (SQLite + FTS5)
cli/ CLI interface (`spool search ...`)
landing/ spool.pro websitepnpm install
pnpm dev # starts app + landing in dev mode
pnpm test # runs all tests./scripts/release.sh # bump version, build, create GitHub releaseMIT
Loading reviews...