Skip to content
Zed

gitworthy for Zed

io.github.trippyogi/gitworthy

is it worth your commit? Pre-flight triage for OSS contribution targets.

client:Zed transport:stdio runtime:npm

Install gitworthy 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": {
    "gitworthy": {
      "command": "npx",
      "args": [
        "-y",
        "gitworthy"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

gitworthy in other clients