Skip to main content
Glama

GitHub Enterprise MCP Server

list-repositories

Retrieve and filter repositories from GitHub Enterprise by owner, type, and sort criteria. Manage repository data and access details programmatically via the GitHub Enterprise MCP Server.

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