taskbounty check for Zed
io.github.eliottreich/taskbounty-check
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.
client:Zed
transport:stdio
runtime:npm
Install taskbounty check in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs