Skip to main content
Glama

GitHub MCP Server Plus

search_repositories

Search GitHub repositories using specific queries and pagination options to locate projects efficiently with the MCP server integration.

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/PhialsBasement/mcp-github-server-plus'

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