reposcout for Grok
io.github.rakesh1002/reposcout
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
client:Grok
transport:stdio
runtime:npm
Install reposcout in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reposcout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs