New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@livewiki/mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livewiki/mcp

MCP server exposing a livewiki repository wiki to any MCP client.

latest
Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
83
-25.23%
Maintainers
1
Weekly downloads
 
Created
Source

@livewiki/mcp

MCP server exposing a livewiki repository wiki to any MCP client (Claude Code, Cursor, Codex, Kimi, and more) over stdio.

Full guide, philosophy, and benchmarks: github.com/eduardoabreu81/livewiki

Configuration

Requires Node.js 24 or newer. Example (Claude Code):

{
  "mcpServers": {
    "livewiki": {
      "command": "npx",
      "args": ["-y", "@livewiki/mcp", "--repo", "/path/to/repo"]
    }
  }
}

If you already use the livewiki CLI, livewiki install writes this configuration for you (and livewiki serve starts this same server).

Tools

ToolPurpose
livewiki_quickstartThe wiki's entry-point page
livewiki_readRead a wiki page (allowlisted to livewiki/)
livewiki_searchFull-text search (FTS5, identifier-aware)
livewiki_debtOpen documentation debt (= livewiki status --json)
livewiki_next_taskStart or resume a prioritized full-wiki bootstrap task
livewiki_write_docWrite a page — post-write verify with rollback
livewiki_resolve_debtClose debts by ID
livewiki_impactPer-symbol blast radius (importers, callers, pages)

To bootstrap without configuring an API credential, call livewiki_next_task, read the returned source paths with the client's own file tools, and submit the requested Markdown through livewiki_write_doc with its taskId. Repeat until the queue reports completed. The response never embeds source code, but it does include the complete closed list of allowed symbol keys and the canonical format contract.

Writes are guarded: paths outside livewiki/ are refused, and content that fails the task contract or verify is rolled back. Attempts are bounded by the server. Human-owned pages (owner: human) are never overwritten, and lw:manual blocks are preserved byte-for-byte.

License

MIT

Keywords

livewiki

FAQs

Package last updated on 05 Sep 2026

Related posts