CacheZero – Karpathy's LLM wiki idea as one NPM install
Karpathy's viral LLM wiki idea packaged as one NPM install for Obsidian users.
Transform YouTube videos into a compounding knowledge base with transcripts, vision analysis, and agentic search. Works as an MCP server for Claude, Copilot & more.
Knowledge compounds across videos instead of re-searching from scratch every query.
Developers and researchers watching technical video content
Cursor · Continue · Glasp
But v1 re-searched raw chunks from scratch every query. So I rebuilt it.
v2 (mcptube-vision) follows Karpathy's LLM Wiki pattern. At ingest time, it extracts transcripts, detects scene changes with ffmpeg, describes key frames via a vision model, and writes structured wiki pages. Knowledge compounds across videos rather than being re-discovered. FTS5 + a two-stage agent (narrow then reason) for retrieval.
MCPTube works both as CLI (BYOK) and MCP server. I tested MCPTube with Claude Code, Claude Desktop, VS Code Copilot, Cursor, and others. Zero API key needed server-side.
Coming soon: I am also building SaaS platform. This platform supports playlist ingestion, team wikis, etc. I like to share early access signup: https://0xchamin.github.io/mcptube/
Happy to discuss architecture tradeoffs — FTS5 vs vectors, file-based wiki vs DB, scene-change vs fixed-interval sampling. Give it a try via `pip install mcptube`. Also, please do star the repo if you enjoy my contribution (https://github.com/0xchamin/mcptube)
Karpathy's viral LLM wiki idea packaged as one NPM install for Obsidian users.
Automates wiki bookkeeping so LLMs update cross-references while you just drop in raw sources.
YouTube + MCP servers means Claude can actually query video lectures semantically.
Two-phase pipeline eliminates order-dependence before writing any wiki pages.
Git template for Karpathy's LLM wiki pattern with metadata and lint checks.
Packages Karpathy's wiki pattern into Claude Code plugins for persistent project context.