Skip to content
Zed

lousa for Zed

io.github.henriquepe/lousa

A whiteboard where AI agents draw their explanations as hand-drawn animated diagrams

client:Zed transport:stdio runtime:npm

Install lousa in Zed

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

{
  "context_servers": {
    "lousa": {
      "command": "npx",
      "args": [
        "-y",
        "lousa"
      ]
    }
  }
}

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

lousa in other clients