Skip to main content
Glama

GitHub MCP Server

by ualUsham

search-repos

Query GitHub repositories using specified search terms, sort results by stars, forks, help-wanted issues, or updates, and limit the number of returned results.

Instructions

Search for GitHub repositories

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
queryYesSearch query
sortNoSort order

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort order", "enum": [ "stars", "forks", "help-wanted-issues", "updated" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from GitHub MCP Server

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/ualUsham/mcp-github'

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