reposcout for Cursor
io.github.rakesh1002/reposcout
Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.
client:Cursor
transport:stdio
runtime:npm
Install reposcout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reposcout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rakeshroushan/reposcout"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs