GitHub
compare_repos
Compare multiple GitHub repositories side-by-side with key metrics. Returns star counts, fork counts, issues, primary language, and comparative analysis for each repository. Use for choosing between similar projects or analyzing competitive landscape.
Remote nexgendata-apify/github-mcp-server
Other tools also called compare_repos?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"repos": {
"type": "array",
"items": {
"type": "string",
"description": "Repository identifier in format 'owner/repo' (e.g. 'facebook/react', 'vuejs/vue', 'angular/angular')"
},
"description": "List of repositories to compare (minimum 2)"
}
}
}