io.github.Rakesh1002/reposcout · v0.1.1
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
reposcout 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"reposcout": {
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
]
}
}
}GITHUB_TOKEN可选secretGitHub token used to raise the GitHub REST/search API rate limit for repo_search and repo_enrich. Optional; falls back to the gh CLI.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.Rakesh1002/reposcout",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "reposcout",
"description": "Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.",
"repository": {
"url": "https://github.com/Rakesh1002/reposcout",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@rakeshroushan/reposcout",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GITHUB_TOKEN",
"description": "GitHub token used to raise the GitHub REST/search API rate limit for repo_search and repo_enrich. Optional; falls back to the gh CLI.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Rakesh1002/reposcout",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Rakesh1002%2Freposcout/versions/latest",
"isOfficial": true,
"status": "active"
}
}