Catalog
Reposcout
Officialby Rakesh1002
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
Discover and rank GitHub repositories with weighted, evidence-based objective scoring.
README not available yet.
Install
Configuration
Environment variables
GITHUB_TOKENsecretGitHub token used to raise the GitHub REST/search API rate limit for repo_search and repo_enrich. Optional; falls back to the gh CLI.
claude_desktop_config.json
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout@0.1.1"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}