Skip to main content
Glama

GitHub Enterprise MCP Server

search-users

Find GitHub users by search query with options to sort by followers, repositories, or join date, and paginate results for efficient user discovery.

Instructions

Search for users on GitHub

Input Schema

NameRequiredDescriptionDefault
orderNo
pageNo
per_pageNo
qYes
sortNo

Input Schema (JSON Schema)

{ "properties": { "order": { "enum": [ "asc", "desc" ], "type": "string" }, "page": { "minimum": 1, "type": "number" }, "per_page": { "maximum": 100, "minimum": 1, "type": "number" }, "q": { "type": "string" }, "sort": { "enum": [ "followers", "repositories", "joined" ], "type": "string" } }, "required": [ "q" ], "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/piyushgIITian/github-enterprice-mcp'

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