Skip to main content
Glama

GitHub Enterprise MCP Server

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

NameRequiredDescriptionDefault
isOrgNoWhether it's an organization (true: organization, false: user)
ownerYesUser or organization name
pageNoPage number
perPageNoItems per page
sortNoSort criteriafull_name
typeNoRepository type filterall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isOrg": { "default": false, "description": "Whether it's an organization (true: organization, false: user)", "type": "boolean" }, "owner": { "description": "User or organization name", "type": "string" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "perPage": { "default": 30, "description": "Items per page", "type": "number" }, "sort": { "default": "full_name", "description": "Sort criteria", "enum": [ "created", "updated", "pushed", "full_name" ], "type": "string" }, "type": { "default": "all", "description": "Repository type filter", "enum": [ "all", "owner", "member", "public", "private", "forks", "sources" ], "type": "string" } }, "required": [ "owner" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddukbg/github-enterprise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server