GitHub
search_repos
Search across GitHub for repositories matching keywords, sorted by relevance or metrics. Returns matching repositories with description, star count, language, and last update timestamp. Use for finding projects, libraries, or code samples related to specific topics.
Remote nexgendata-apify/github-mcp-server
Other tools also called search_repos?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sort": {
"enum": [
"stars",
"forks",
"updated"
],
"type": "string",
"description": "Sort results by most stars, most forked, or most recently updated (default: relevance)"
},
"query": {
"type": "string",
"description": "Search terms to find repositories (e.g. 'todo app', 'machine learning framework', 'authentication middleware')"
},
"max_results": {
"type": "integer",
"default": 10,
"description": "Number of repositories to return (default 10, max 100 for comprehensive search)"
}
}
}