Skip to main content
Glama

GitHub MCP Server

by ualUsham

search-repos

Find GitHub repositories by query, sort results by stars, forks, help-wanted-issues, or update date, and limit the number of returned repositories for efficient exploration.

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" }

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