Mmcp.market

livewiki MCP server

by eduardoabreu81·io.github.eduardoabreu81/livewiki·v0.3.4

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars96 downloads/wk

Reviews

Write one

Nobody has reviewed livewiki yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

livewiki tools (9, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • livewiki_debt

    Lists open documentation debt (changed/moved/deleted anchors), undocumented symbols, and overall wiki status. Equivalent to `livewiki status --json`.

  • livewiki_impact

    Blast radius for a symbol key (e.g. 'src/auth.ts#login'): direct and transitive callers found in the indexed call graph, plus which wiki pages document any of them. Only RESOLVED call edges are walked (an edge the indexer couldn't confidently attribute to one symbol is skipped, never guessed) — treat this as a best-effort signal, not exhaustive static analysis. Bounded by maxDepth/maxNodes; `trunc

  • livewiki_next_task

    Starts or resumes a full wiki bootstrap written by this MCP client. Returns the next prioritized Markdown task with its target path, complete closed symbol-key list, source file paths, and canonical format contract. No provider, model, or API credential is required.

  • livewiki_quickstart

    Returns livewiki/quickstart.md (the low-token entry point for navigating the wiki). Errors if the wiki isn't initialized yet — run `livewiki init` first.

  • livewiki_read

    Reads a wiki page by its relative path inside the repo (e.g. 'livewiki/auth.md'). Path must be inside the livewiki/ allowlist.

  • livewiki_renew_task_claim

    Extends the lease on a task claimed through livewiki_next_task. Pass the taskId and the claimId you were given. Returns the new leaseExpiresAt, or a stale_claim error when the lease already expired or another execution re-claimed the task.

  • livewiki_resolve_debt

    Explicitly accepts the current code/document alignment into the versioned baseline. Choose one wiki page and either specific anchored symbol keys or every anchor on that page. Local SQLite debt IDs are not accepted because they are disposable projections.

  • livewiki_search

    Full-text search over all wiki pages using SQLite FTS5. Returns up to N hits (default 20) with wiki path and a snippet around the match.

  • livewiki_write_docwrite action

    Writes or updates a wiki page. Path MUST be inside livewiki/ (allowlist). Content is validated via `verify` before being accepted — pages with broken anchors are rejected. Never include reasoning or <think> blocks in the content; verify rejects them. Pass the taskId returned by livewiki_next_task to validate against that task's full page contract and complete it atomically.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan13 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 15 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @livewiki/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add livewiki -- npx -y @livewiki/mcp
Add to Cursor

livewiki: common questions

Is livewiki MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the livewiki safety report
How do I install livewiki?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does livewiki need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is livewiki maintained?
The last commit was 15 days ago (2026-09-05). The latest release is v0.3.4.
What can I use instead of livewiki?
Servers from other publishers that do the same job: Zoteus MCP server, Search1API MCP server and HasData Yellow Pages MCP server. Compare all livewiki alternatives.

Alternatives to livewiki

Same job from other publishers: the closest match first, then the best rated.

All livewiki alternatives →
  • Zoteus
    Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.
    A
  • Search1API
    Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
    A
  • HasData Yellow Pages
    Yellow Pages local business search and full business listings, as structured JSON.
    A
  • Neuronto Agentic Resource Discovery (ARD) Index
    Neuronto Agentic Resource Discovery ARD Index. Search every ARD registry + 31,411 verified tools.
    B
  • Wikipedia
    Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.
    A

More from eduardoabreu81