Skip to main content
Glama

mcp-github-trending

get_github_trending_repositories

Retrieve trending GitHub repositories based on specified filters like programming language, time period, and spoken language using a straightforward API.

Instructions

Get trending repositories on github

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage to filter repositories by
sinceNoTime period to filter repositories by
spoken_languageNoSpoken language to filter repositories by

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Language to filter repositories by", "type": "string" }, "since": { "description": "Time period to filter repositories by", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "spoken_language": { "description": "Spoken language to filter repositories by", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-github-trending

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

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