search_github
ActiveTool of com.thenextgennexus/developer-tools-mcp-server
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.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/developer-tools-mcp-server
1/7 registries