Skip to content
Zed

gs1 for Zed

com.yaktool/gs1

GS1 element strings, DataMatrix, eight keys, ITF-14 print specs and price-embedded in-store codes.

client:Zed transport:stdio runtime:npm

Install gs1 in Zed

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

{
  "context_servers": {
    "gs1": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-gs1-mcp"
      ]
    }
  }
}

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

gs1 in other clients