spool
mcp
Uyari
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 221 GitHub stars
Code Uyari
- process.env — Environment variable access in packages/app/e2e/helpers/launch.ts
Permissions Gecti
- Permissions — No dangerous permissions requested
Purpose
This tool acts as a personal, local search engine for your machine. It indexes AI chat sessions, coding history, and bookmarks from over 50 platforms into a single local database, allowing both you and your AI agents to instantly search through your past data.
Security Assessment
Overall risk: Low. The tool accesses highly sensitive data, specifically your local Claude and Codex session files, which can contain your private source code and conversational history. However, the project explicitly states that all data remains locally on your machine without making external network requests. The codebase does not request dangerous system permissions, nor does it contain hardcoded secrets. There is a standard warning regarding environment variable access (`process.env`), but this is isolated to an end-to-end testing helper and is entirely safe. The primary security consideration is its installation method; the default recommended install uses a piped bash script (`curl | bash`), which is common but less secure for strict environments than cloning and building from source.
Quality Assessment
This is a healthy, active project. It is licensed under the highly permissive MIT license. The repository shows strong signs of active maintenance with a push occurring just today. It has built moderate community trust, currently sitting at 221 GitHub stars. The only caveat is that the developers explicitly note the project is in its "early stage," so users should expect potential bugs and rough edges.
Verdict
Safe to use, provided you review the install script or build from source.
This tool acts as a personal, local search engine for your machine. It indexes AI chat sessions, coding history, and bookmarks from over 50 platforms into a single local database, allowing both you and your AI agents to instantly search through your past data.
Security Assessment
Overall risk: Low. The tool accesses highly sensitive data, specifically your local Claude and Codex session files, which can contain your private source code and conversational history. However, the project explicitly states that all data remains locally on your machine without making external network requests. The codebase does not request dangerous system permissions, nor does it contain hardcoded secrets. There is a standard warning regarding environment variable access (`process.env`), but this is isolated to an end-to-end testing helper and is entirely safe. The primary security consideration is its installation method; the default recommended install uses a piped bash script (`curl | bash`), which is common but less secure for strict environments than cloning and building from source.
Quality Assessment
This is a healthy, active project. It is licensed under the highly permissive MIT license. The repository shows strong signs of active maintenance with a push occurring just today. It has built moderate community trust, currently sitting at 221 GitHub stars. The only caveat is that the developers explicitly note the project is in its "early stage," so users should expect potential bugs and rough edges.
Verdict
Safe to use, provided you review the install script or build from source.
Search your Claude Code sessions, Codex history, GitHub stars, and 50+ sources — locally, instantly. Your AI agents can search too.
README.md
Spool
The missing search engine for your own data.
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.
Install
curl -fsSL https://spool.pro/install.sh | bash
macOS / Apple Silicon only. Or build from source:
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/*/projectsand~/.codex-profiles/*/sessions - Bookmarks & stars — pulls from 50+ platforms via OpenCLI
- URL capture — save any URL with
Cmd+K - Agent search — a
/spoolskill 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
pnpm install
pnpm dev # starts app + landing in dev mode
pnpm test # runs all tests
Release
./scripts/release.sh # bump version, build, create GitHub release
License
MIT
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi