Skip to main content
Glama

GitHub MCP Server

search-repos

Find GitHub repositories using specific queries, sort results by stars, forks, or activity, and limit output for precise 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/alsonwangkhem/github-mcp-2'

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