github__search_repos
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[GitHub Intelligence] Search GitHub repositories by query. Returns repo names, descriptions, stars, forks. Args: query: Search query (e.g. 'machine learning python') sort: Sort by 'stars', 'forks', or 'updated' (default: stars) max_results: Maximum results to return (default 20)
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"sort": {
"type": "string",
"default": "stars"
},
"query": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 20
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries