gh_list_repos
ActiveTool of Github_private
declared in 0.1.0
List all your repositories including private ones. Returns repo names, URLs, descriptions, language, stars, and last update time.
Parameters schema
{
"type": "object",
"examples": [
{
"sort": "updated",
"per_page": 20,
"visibility": "private"
},
{
"visibility": "all"
}
],
"properties": {
"sort": {
"type": "string",
"description": "Sort by: created, updated, pushed, full_name"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"visibility": {
"type": "string",
"description": "Filter: all, public, private (default: all)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Github_private
https://github.com/pipeworx-io/mcp-github_private
1/7 registries