github_list_repos
Retrieve a list of GitHub repositories for a specified username using the GitMCP server, enabling AI assistants to access and understand project documentation without additional setup.
Instructions
List repositories on GitHub
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user | No | Username to list repos for |
Input Schema (JSON Schema)
{
"properties": {
"user": {
"description": "Username to list repos for",
"type": "string"
}
},
"type": "object"
}