Skip to content
Zed

livewiki for Zed

io.github.eduardoabreu81/livewiki

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

client:Zed transport:stdio runtime:npm

Install livewiki in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

livewiki in other clients