list-repositories
Retrieve and filter repositories by owner, type, or sort criteria using the GitHub Enterprise MCP Server. Manage access to public, private, or forked repositories efficiently with pagination support.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isOrg | No | Whether it's an organization (true: organization, false: user) | |
owner | Yes | User or organization name | |
page | No | Page number | |
perPage | No | Items per page | |
sort | No | Sort criteria | full_name |
type | No | Repository type filter | all |