Skip to content
Zed

crochet engine for Zed

io.github.dengyu123456/crochet-engine

Deterministic photo-to-crochet-chart engine: stitch counts, 5 techniques, yarn estimates.

client:Zed transport:stdio runtime:pypi

Install crochet engine in Zed

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

{
  "context_servers": {
    "crochet-engine": {
      "command": "uvx",
      "args": [
        "crochetpatterngen-engine"
      ]
    }
  }
}

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

crochet engine in other clients