starReport
Monitors and analyzes GitHub repository activity including stars, commits, and issues. Automatically collects repository statistics, generates daily and weekly reports, and provides AI-powered trend analysis of repository metrics.
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., "@starReportgenerate a weekly report for my react project repository"
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.
starReport
starReport 是一个用于自动生成和管理指定 GitHub 仓库 star、commit、issue 等活跃度报告的 Node.js 工具,支持 MCP 协议服务,集成大模型智能分析,并可自动推送到飞书群。
主要功能特性
GitHub 仓库活跃度监控:自动采集指定仓库的 star 数、commit 数、issue 数等数据,支持日报和周报统计。
自动推送报告:可将日报、周报和智能分析结果自动推送到飞书群,方便团队同步。
MCP 服务支持:通过 MCP 协议(stdio)对外提供数据查询、报告生成、AI 分析、消息推送等能力,便于集成到自动化平台。
智能分析:集成大模型(如 OpenAI/智谱),对历史数据进行趋势分析、总结和表格可视化,支持自定义问题分析。
SSE 实时流式分析:支持 HTTP SSE 实时返回智能分析内容,适合前端实时展示。
Webhook 问答:兼容飞书 webhook,支持群聊提问并返回智能分析结果。
定时任务:内置定时任务,每天/每周自动采集数据并推送报告,无需人工干预。
灵活配置:支持通过环境变量和 MCP 配置灵活指定监控仓库、推送方式和大模型参数。
Related MCP server: GitHub MCP Server
安装方法
克隆仓库:
git clone https://github.com/hu-qi/starReport.git进入项目目录并安装依赖:
cd starReport npm install
使用说明
配置环境变量: 复制
.env.example为.env,并根据需要填写相关配置。运行项目:
node index.js
MCP Server 配置示例
如需通过 MCP 协议启动服务,可参考如下配置:
{
"mcpServers": {
"starReport-server": {
"command": "npx",
"args": [
"-y",
"star-report",
"mcp-server"
],
"env": {
"GITHUB_TOKEN": "<你的 GitHub Token>",
"FEISHU_WEBHOOK": "<你的飞书 Webhook>",
"REPORT_REPOS": "<repo1,repo2,repo3>",
"API_KEY": "<你的 API Key>",
"API_BASE_URL": "<API Base URL>",
"API_MODEL": "<模型名称>",
"DATA_FILE":"<数据存放可读性的文件路径,如path/to/writable/directory/data.json>"
}
}
}
}如果是本地运行则替换 command 和 args:
"command": "node",
"args": [
"index.js",
"mcp-server"
],command:启动命令,通常为npx。:命令行参数,
star-report mcp-server启动 MCP 服务。env:环境变量配置,需根据实际情况填写。GITHUB_TOKEN:GitHub 访问令牌。FEISHU_WEBHOOK:飞书群机器人 Webhook。REPORT_REPOS:监控的 GitHub 仓库列表,逗号分隔。API_KEY、API_BASE_URL、API_MODEL:大模型相关配置。
请勿在公开场合泄露敏感信息。
功能演示
MCP tools:

列举功能:

飞书消息推送:

许可证
本项目基于 MIT 许可证开源。
This server cannot be installed
Maintenance
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to retrieve GitLab commit records and automatically generate daily work reports that can be sent to WeChat Work groups. Supports querying commits by date and user, with seamless enterprise messaging integration.Last updated3
- AlicenseAqualityDmaintenanceEnables AI agents to analyze employee GitHub activity including PRs, code reviews, comments, and contributions across repositories with time-range filtering for performance assessment and impact analysis.Last updated6569ISC
- AlicenseCqualityDmaintenanceMonitors and analyzes GitHub repository health by detecting stale branches, old pull requests, unresponsive issues, and security alerts. Integrates with MCP-compatible AI assistants and automation tools.Last updated1MIT
- Alicense-qualityDmaintenanceAutomates GitHub Pull Request analysis using AI, integrating webhooks, OpenAI, and Feishu/Lark knowledge base for structured summaries.Last updatedMIT
Related MCP Connectors
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
GitHub project health, package dependency risk, trending repos, license & package comparison.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/hu-qi/starReport'
If you have feedback or need assistance with the MCP directory API, please join our Discord server