Skip to content
Zed

cli for Zed

ai.unpaper/cli

Slide decks locally: templates, checks, HTML to editable PowerPoint, .pptx rescue. No AI inside.

client:Zed transport:stdio runtime:npm

Install cli in Zed

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

{
  "context_servers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "@unpaper/cli"
      ]
    }
  }
}

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

cli in other clients