Skip to main content
Glama

search_repositories

Find GitHub repositories using specific queries, paginate results, and customize the number of results per page to streamline your search process.

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

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