Skip to content
Zed

cool workflow for Zed

io.github.coo1white/cool-workflow

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

client:Zed transport:stdio runtime:npm

Install cool workflow in Zed

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

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

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

cool workflow in other clients