Content
# Spool
The missing search engine for your own data.
<p align="center">
<img src="docs/spool-v0.png" alt="Spool" width="720">
</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](https://github.com/spool-lab/spool/issues) or [Discord](https://discord.gg/aqeDxQUs5E).
## Install
```bash
curl -fsSL https://spool.pro/install.sh | bash
```
macOS / Apple Silicon only. Or build from source:
```bash
pnpm install
pnpm build
# DMG is in packages/app/dist/
```
## What it does
Spool indexes your AI conversations and bookmarks into a single local search box.
- **AI sessions** — watches Claude/Codex session dirs in real time, including profile-based paths like `~/.claude-profiles/*/projects` and `~/.codex-profiles/*/sessions`
- **Bookmarks & stars** — pulls from 50+ platforms via [OpenCLI](https://github.com/jackwener/opencli)
- **URL capture** — save any URL with `Cmd+K`
- **Agent search** — a `/spool` skill inside Claude Code feeds matching fragments back into your conversation
Everything stays on your machine. Nothing leaves.
## Architecture
```
packages/
app/ Electron macOS app (React + Vite + Tailwind)
core/ Indexing engine (SQLite + FTS5)
cli/ CLI interface (`spool search ...`)
landing/ spool.pro website
```
## Development
```bash
pnpm install
pnpm dev # starts app + landing in dev mode
pnpm test # runs all tests
```
## Release
```bash
./scripts/release.sh # bump version, build, create GitHub release
```
## License
MIT
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.
chrome-devtools-mcp
Chrome DevTools for coding agents