Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

reposcout in other clients