llm_wiki

sdsrss/llm_wiki
★ 0 stars JavaScript AI/LLM Updated 2d ago
Compile messy docs into an agent-maintained llm_wiki (Karpathy-style): whole-page Q&A — no chunks, no vector DB required. CLI + Claude Code/Codex skills + MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm_wiki": {
      "command": "npx",
      "args": [
        "-y",
        "sdsrss/llm_wiki"
      ]
    }
  }
}

README Excerpt

> Compile a messy folder of documents into a knowledge base your coding agent > maintains — and answers from with **whole pages, never chunks**. Point it at PDFs, DOCX, HTML, Markdown. It builds a Karpathy-style `llm_wiki`: an immutable `raw/` layer of converted sources plus a `wiki/` layer of full, self-contained, cross-linked pages. Query it from the CLI, from Claude Code /

Tools (10)

convertembedexportgraphindexlintllm_wikimcpnpxstatus

Topics

agentsclaude-codeclikarpathyknowledge-basellmllm-wikimarkdown