GitHub Trending MCP
JSON →Fetches trending repositories from GitHub and saves them as Markdown files. Supports proxy configuration.
Install
pip install git+https://github.com/RusianHu/GitHubDailyTrendingFetcher-mcp.git Tools · 2
- get_github_trending 获取 GitHub 当日热门仓库,包括名称、链接、描述和 README 内容。参数:repo_limit(仓库数量,默认5),use_proxy(是否使用代理,默认False),save_to_file(是否保存到文件,默认True)。返回 Markdown 格式的热门仓库信息。
- get_proxy_status 获取当前代理配置状态。无参数。返回包含代理配置信息的字典。
Environment variables
PROXY_HOSTPROXY_PORT
★ 1 GitHub stars