Skip to main content
Glama

GitHub MCP Server Plus

search_users

Find GitHub users by query, sorting, and filtering options. Retrieve user data based on followers, repositories, or join date with pagination support for efficient results.

Instructions

Search for users on GitHub

Input Schema

NameRequiredDescriptionDefault
orderNo
pageNo
per_pageNo
qYes
sortNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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" }
Install Server

Other Tools from GitHub MCP Server Plus

Related Tools

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/PhialsBasement/mcp-github-server-plus'

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