Skip to content
Zed

workflowy for Zed

io.github.mholzen/workflowy

Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms

client:Zed transport:stdio runtime:oci

Install workflowy in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "workflowy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mholzen/workflowy:0.8.1"
      ],
      "env": {
        "WORKFLOWY_API_KEY": "<WORKFLOWY_API_KEY>"
      }
    }
  }
}

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

workflowy in other clients