Skip to content
VS Code

livewiki for VS Code

io.github.eduardoabreu81/livewiki

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

client:VS Code transport:stdio runtime:npm

Install livewiki in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

livewiki in other clients