GitHub
search_github
Search GitHub repositories by keyword to discover code, projects, and libraries. Returns matching repositories with star count, description, language, and URL. Use for finding libraries, examples, or competitive projects in specific domains.
Remote nexgendata-apify/developer-tools-mcp-server
Other tools also called search_github?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords or project name (e.g. 'web framework', 'authentication library', 'data visualization')"
},
"max_results": {
"type": "integer",
"default": 10,
"description": "Number of repository results to return (default 10, up to 100 for broad searches)"
}
}
}