GitHub Enterprise MCP Server

by containerelic
Verified

list-repositories

Retrieve and filter GitHub Enterprise repositories by owner, type, and sort criteria using the GitHub Enterprise MCP Server. Manage repository data efficiently for users or organizations.

Input Schema

NameRequiredDescriptionDefault
isOrgNo조직인지 여부 (true: 조직, false: 사용자)
ownerYes사용자 또는 조직 이름
pageNo페이지 번호
perPageNo페이지당 항목 수
sortNo정렬 기준full_name
typeNo저장소 유형 필터all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isOrg": { "default": false, "description": "조직인지 여부 (true: 조직, false: 사용자)", "type": "boolean" }, "owner": { "description": "사용자 또는 조직 이름", "type": "string" }, "page": { "default": 1, "description": "페이지 번호", "type": "number" }, "perPage": { "default": 30, "description": "페이지당 항목 수", "type": "number" }, "sort": { "default": "full_name", "description": "정렬 기준", "enum": [ "created", "updated", "pushed", "full_name" ], "type": "string" }, "type": { "default": "all", "description": "저장소 유형 필터", "enum": [ "all", "owner", "member", "public", "private", "forks", "sources" ], "type": "string" } }, "required": [ "owner" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw