LLM Wiki Compiler is a CLI tool in active development (v0.5.1) that compiles raw sources (URLs, files) into an interlinked markdown wiki with claim-level provenance, semantic search, and MCP server integration for AI agents. It supports Anthropic, OpenAI, and Ollama providers, with configurable timeouts. Key differentiators: incremental compilation, Obsidian-compatible wikilinks, and provider-agnostic design.
npm install llm-wiki-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install, set Anthropic API key, ingest a URL, compile sources into wiki, then ask a question.
Upgrade to v0.5.1: npm install -g llm-wiki-compiler@0.5.1
Set ANTHROPIC_API_KEY in shell or .env file.
Ensure OPENAI_BASE_URL ends with /v1.
npm install -g llm-wiki-compiler@0.5.1
Set LLMWIKI_PROVIDER and corresponding API key environment variable.