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
BM25 searchSub-50ms full-text search with English stemming
RAG queryAsk questions, get cited answers from your knowledge base
MCP server8 tools for Claude Code, Cursor, and Claude Desktop
Chrome extensioncoming soonSave any webpage to your vault with one click
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"