Skip to main content
Glama

GitHub MCP Server

search_repositories

Search GitHub repositories using query syntax, paginate results, and retrieve detailed repository information for efficient code and project discovery.

Instructions

Search for GitHub repositories

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
perPageNoNumber of results per page (default: 30, max: 100)
queryYesSearch query (see GitHub search syntax)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "perPage": { "description": "Number of results per page (default: 30, max: 100)", "type": "number" }, "query": { "description": "Search query (see GitHub search syntax)", "type": "string" } }, "required": [ "query" ], "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/tuanle96/mcp-github'

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