Odel
livewiki

livewiki

Local
@eduardoabreu81TypeScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@livewiki/mcpv0.3.4

Run

npx -y @livewiki/mcp

MCP client config

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