GitHub Trend Radar MCP Server
Provides tools to query GitHub trending repositories, analyze language trends, generate trend reports, compare project growth, and retrieve hot keywords from GitHub.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub Trend Radar MCP Servershow me today's trending repositories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub Trend Radar MCP Server
🔭 实时追踪 GitHub 开源���界的脉搏 — 让 AI 助手随时掌握技术趋势。
这是什么
一个 MCP (Model Context Protocol) Server,让 Claude、Cursor、Codex 等 AI 工具能够:
查询 GitHub 今日/本周/本月 Trending 项目
分析编程语言和技术栈趋势
生成可视化趋势报告
跨时段对比项目增长势头
安装
pip install git+https://github.com/cqnxnzg/github-trend-radar.git或者克隆后本地安装:
git clone https://github.com/cqnxnzg/github-trend-radar.git
cd github-trend-radar
pip install -e .💡 注意:需要 Python 3.10+。安装后即可在 Claude Desktop / Cursor / Codex 中配置使用。
配置
Claude Desktop
在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"github-trend-radar": {
"command": "python",
"args": ["-m", "github_trend_radar.server"]
}
}
}Cursor / Codex
在你的 MCP 配置文件中添加相同配置。
可用 Tools
Tool | 说明 | 参数 |
| 获取 GitHub Trending 项目列表 |
|
| 分析编程语言分布趋势 |
|
| 获取单个仓库的详细信息 |
|
| 生成完整的趋势分析报告 |
|
| 跨时段对比项目增长势头 |
|
| 分析当前热门技术关键词 |
|
使用示例
在 Claude Desktop 中直接对话:
"帮我看看今天 GitHub 上最火的项目有哪些?"
"最近一周 AI Agent 相关的项目增长趋势如何?"
"帮我对比一下 openai/codex 和 openinterpreter/openinterpreter 的增长势头"
"生成一份本月 GitHub Trending 的完整分析报告"
架构
┌─────────────────┐ MCP Protocol ┌──────────────────┐
│ AI 助手 │ ◄──────────────────► │ Trend Radar │
│ (Claude/Cursor) │ (stdio/SSE) │ MCP Server │
└─────────────────┘ └────────┬─────────┘
│
┌────────▼─────────┐
│ GitHub Trending │
│ + 数据分析引擎 │
└──────────────────┘托管服务(即将推出)
不想自己部署?我们提供托管版本:
🆓 免费层:每天 10 次查询
⭐ Pro 层:¥29/月,无限查询 + 历史数据
🏢 Team 层:¥99/月,多人协作 + 定制报告
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cqnxnzg/github-trend-radar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server