Reposcout
Rank #57,747io.github.Rakesh1002/reposcout
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
Reposcout is a Model Context Protocol (MCP) server published by Rakesh1002. It ranks #57,747 of 115,591 servers tracked on MCP Toplist. Reposcout is listed on Official MCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jun 21, 2026.
Ranks ahead of 57,844 of 115,591 servers on MCP Toplist.
Use Reposcout
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add reposcout -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @rakeshroushan/reposcoutReplace each placeholder with your own value before saving.
[mcp_servers.reposcout]
command = "npx"
args = ["-y", "@rakeshroushan/reposcout"]
[mcp_servers.reposcout.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"reposcout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Rakesh1002%2Freposcout)<a href="https://mcptoplist.com/server/io.github.Rakesh1002%2Freposcout"><img src="https://mcptoplist.com/badge/io.github.Rakesh1002%2Freposcout.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Rakesh1002
Other servers by Rakesh1002
View all Rakesh1002 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 21, 2026 |
Frequently asked questions
- Who maintains Reposcout?
- Reposcout is maintained by Rakesh1002, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Reposcout listed on the Official MCP Registry?
- Yes — Reposcout is listed on the Official MCP Registry.
- How many versions does Reposcout have?
- MCP Toplist tracks 1 version of Reposcout, most recently published on Jun 21, 2026.
- Where can I find the source code for Reposcout?
- The source code for Reposcout is hosted at github.com/Rakesh1002/reposcout.