Skip to content
Cursor

livewiki for Cursor

io.github.eduardoabreu81/livewiki

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

client:Cursor transport:stdio runtime:npm

Install livewiki in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

livewiki in other clients