Connection check
local install
livewiki
A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.
Tools
9
GitHub stars
—
Installs / wk
328
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
livewiki_debt
from source
Lists open documentation debt (changed/moved/deleted anchors), undocumented symbols, and overall wiki status. Equivalent to Lists open documentation debt (changed/moved/deleted anchors), undocumented symbols, and overall wiki status. Equivalent to
livewiki_impact
from source
Blast radius for a symbol key (e.g. Blast radius for a symbol key (e.g.
livewiki_next_task
from source
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 pa… 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
from source
Returns livewiki/quickstart.md (the low-token entry point for navigating the wiki). Errors if the wiki isn Returns livewiki/quickstart.md (the low-token entry point for navigating the wiki). Errors if the wiki isn
livewiki_read
from source
Reads a wiki page by its relative path inside the repo (e.g. Reads a wiki page by its relative path inside the repo (e.g.
livewiki_renew_task_claim
from source
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 leas… 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
from source
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. Loca… 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
from source
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. 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_doc
from source