reposcout for Zed
io.github.rakesh1002/reposcout
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
client:Zed
transport:stdio
runtime:npm
Install reposcout in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs