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
{
"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