Best for
- Research material that benefits from review, provenance, and reuse
- Codebase documentation, team handbooks, standards, design notes, and decision logs
- Agent workflows that precompile knowledge before querying it
The source identifies an MCP server and two explicitly named MCP tools, get_context_pack and run_eval, but does not specify transport details, client compatibility, or client installation configuration. The project is MIT-licensed and uses the repository root as its server path. Its primary purpose is compiling source material into reviewable, citation-aware, searchable knowledge.
llmwiki is a knowledge compiler that turns papers, notes, READMEs, transcripts, PDFs, images, or web pages into an interlinked Markdown wiki with citations, metadata, review state, and provenance. Its MCP server lets compatible agents ingest, compile, query, read, lint, evaluate, inspect status, build context packs, and exchange Open Knowledge Format bundles. The server path is the repository root.
Node.js 24 or newer is required. Install with npm install -g llm-wiki-compiler, then run llmwiki serve --root <project-directory> from the knowledge-base project.