mcp-github-trending

by hetaoBackend
Verified

get_github_trending_developers

Retrieve trending GitHub developers by language, time period, or spoken language using a straightforward API. Ideal for tracking popular contributors in specific domains or regions.

Instructions

Get trending developers 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

ID: o7a5vfr6hu