What is the io.github.Rakesh1002/reposcout MCP server?
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
How to install io.github.Rakesh1002/reposcout
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
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
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"reposcout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}Claude Code
claude mcp add reposcout --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> -- npx -y @rakeshroushan/reposcoutRelated MCP servers
io.github.Rakesh1002/namemyapp
Maintained
Brandable business names with live domain availability + one-click buy URLs.
0
View repository →JavaScript
MIT