search_repos
ActiveTool of github
declared in 0.1.0
Search GitHub repositories by keyword. Returns repo name, description, star count, forks, primary language, and URL. Use when exploring projects or finding code implementations.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "react hooks"
},
{
"sort": "stars",
"query": "cli tool language:go",
"per_page": 20
}
],
"required": [
"query"
],
"properties": {
"sort": {
"type": "string",
"description": "Sort results by: stars, forks, or updated (default: stars)"
},
"query": {
"type": "string",
"description": "Search query string (e.g., \"react hooks\", \"cli tool language:go\")"
},
"per_page": {
"type": "number",
"description": "Number of results to return (default 10, max 30)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
github
https://github.com/pipeworx-io/mcp-github
1/7 registries