kib

The Headless Knowledge Compiler

Ingest anything — URLs, PDFs, YouTube, GitHub repos, images. Compile a structured wiki with AI. Search and query from the terminal.

tell your llm
Install @kibhq/cli globally, initialize a vault at ~/.kib, and configure the kib MCP.
or
brew
brew tap keeganthomp/kib && brew install kib
npm
npm i -g @kibhq/cli
Ingest anythingURLs, PDFs, YouTube, GitHub repos, images, local files
AI-compiled wikiLLM structures sources into connected markdown articles
Passive learningBackground daemon watches inbox, folders, clipboard, and screenshots. Chrome extension auto-captures pages and syncs browser history
BM25 searchSub-50ms full-text search with English stemming
RAG queryAsk questions, get cited answers from your knowledge base
MCP server11 tools for Claude Code, Cursor, and Claude Desktop
Chrome extensionSave any webpage with one click, auto-capture on dwell, history sync
Shared workspacesShare vaults with your team via git. Pull, push, auto-merge — from CLI, web UI, or MCP
No lock-inPlain markdown files. Version with git. No database
cli quickstart
$ kib init
$ kib ingest https://arxiv.org/abs/1706.03762
$ kib compile
$ kib query "explain the attention mechanism"