A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Code-anchored documentation that knows when it is stale.
livewiki turns a repository into a Markdown wiki whose every code reference is anchored to a real indexed symbol. An LLM writes the prose; livewiki does the deterministic work β planning the pages, running structural anti-hallucination checks on what the model wrote, tracking which anchored symbols changed, and preserving your edits.
The wiki is exposed to any coding agent by
@livewiki/mcp β an MCP (Model Context Protocol)
server with eight tools for reading, searching, and safely writing the wiki.
livewiki view builds a self-contained offline site from the wiki β grouped
sidebar, offline search, diagrams, and dark mode:

Example wiki generated by livewiki for MoneyPrinterTurbo-Plus, an external Python repository.
Technical docs go stale the moment the code changes. livewiki makes that visible and cheap to fix instead of silent:
livewiki verify reads the wiki fresh from disk and
fails on invented symbols, broken anchors, and signatures that no longer match
β including references the LLM wrote seconds ago, without running index
first, and without spending a token. Structural, not semantic; the section
below draws the line.owner: human are never rewritten, and
lw:manual blocks are preserved byte-for-byte.livewiki status ranks what drifted;
a GitHub Action can gate every merge on zero documentation debt, without
spending tokens.verify checks β and what it doesn'tThe anti-hallucination layer is deterministic and structural. livewiki verify
reads the wiki fresh from disk β so a page an LLM wrote seconds ago is checked
without running index first β and fails on:
That removes whole classes of fabricated content β the invented function, the API that never existed, the reference that quietly rotted β before a reader ever sees it, at zero token cost. Anything that fails is rejected and rolled back rather than merged.
It does not prove that a sentence is true. A plausible but wrong explanation of code that really does exist passes every check above, because every check above is about structure and identity, not meaning. Read "anti-hallucination" here as a layer that mechanically eliminates a large class of fabrication and tells you the moment code moves under the prose β not as a guarantee of factual accuracy. Reviewing the explanation itself is still your job.
Requires Node.js 24 or newer.
(npx @livewiki/cli works too, without installing globally.)
From the root of the repository you want documented:
Indexes the code and creates the wiki skeleton under livewiki/, plus a
derived cache under .livewiki/ (added to .gitignore). Deterministic β no
LLM call, no tokens.
You have two routes β pick one.
Route A β through your coding agent (no API key needed):
The installer detects your agent, wires the MCP server, the
document-as-you-go skill, and git hooks. Then ask the agent to bootstrap the
wiki; it pulls tasks from livewiki_next_task and submits pages with
livewiki_write_doc using the model it already has.
Route B β a configured LLM API (unattended):
The wizard lists the providers, asks for your API key (typed without echo),
and saves it. Bare livewiki on an unconfigured repo starts the same wizard.
Then:
The resumable pipeline plans real page units and writes one page per source
file and folder, plus flows, concept topics, diagrams, and an
understanding.md synthesis. Interrupt it and resume with
livewiki batch resume <runId>.
livewiki install auto-detects and wires 13 agents over MCP (with skills
and hooks where the agent supports them):
Claude Code Β· Codex Β· Cursor Β· Kimi Β· Gemini CLI Β· OpenCode Β· OpenClaw Β· Cline Β· Kiro Β· Qwen Β· Warp Β· Zed Β· Hermes
Prefer manual wiring? Any stdio MCP client works:
The server is also published to the official MCP
Registry as
io.github.eduardoabreu81/livewiki, so a client that resolves servers from the
registry can find it by name instead of using the snippet above.
| Language | Anchored docs (symbols extracted) |
|---|---|
| TypeScript | β
.ts |
| JavaScript | β
.js .mjs .cjs |
| TSX / JSX | β
.tsx .jsx |
| Python | β
.py |
| Go | β
.go |
| Rust | β
.rs |
| Java | β
.java |
| Everything else | Prose floor β every text file is walked and documented as prose, no symbols |
Anchored pages cite real symbols; the prose floor still gives every file a place in the wiki. Tier-1 language support grows as the pattern is proven (Go, Rust, and Java each landed this way).
livewiki config lists these 17 presets. Each reads its own API-key
environment variable; livewiki config show prints the one your preset
expects without ever showing the value.
| Provider | Preset | Env var |
|---|---|---|
| Anthropic | anthropic | ANTHROPIC_API_KEY |
| OpenAI | openai | OPENAI_API_KEY |
| OpenRouter | openrouter | OPENROUTER_API_KEY |
| DeepSeek | deepseek | DEEPSEEK_API_KEY |
| Kimi (Moonshot) | kimi | MOONSHOT_API_KEY |
| MiniMax | minimax | MiniMax_API_KEY |
| Google Gemini | gemini | GEMINI_API_KEY |
| NVIDIA | nvidia | NVIDIA_API_KEY |
| Ollama (local) | ollama | OLLAMA_API_KEY (optional) |
| LM Studio (local) | lmstudio | LMSTUDIO_API_KEY (optional) |
| Fireworks | fireworks | FIREWORKS_API_KEY |
| Novita | novita | NOVITA_API_KEY |
| GMI | gmi | GMI_API_KEY |
| StepFun | stepfun | STEPFUN_API_KEY |
| Hugging Face | huggingface | HF_TOKEN |
| xAI | xai | XAI_API_KEY |
| Alibaba (DashScope) | alibaba | DASHSCOPE_API_KEY |
ollama and lmstudio need no key for a local server. For CI and headless
automation, set the env var directly β it takes precedence over the saved key.
Excerpt from this repository's own
livewiki/core-src/verify.md:
The prose explains the implementation; the lw:anchors marker ties the section
to real indexed symbols, so staleness and invalid references are detected
mechanically.
owner: human pages are never rewritten; lw:manual
blocks are preserved byte-for-byte.livewiki/.baseline.json, so debt is enforced against a
real baseline and the wiki survives a deleted local cache.Documentation debt can gate every merge in CI, without LLM calls or tokens β see the GitHub Actions template.
Historical comparison methodology and dated results are archived in Benchmarks.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/livewiki)<a href="https://allmcps.com/mcp/livewiki"><img src="https://allmcps.com/api/badge/livewiki?style=directory" alt="Livewiki on AllMCPs" /></a>