skyzhao1223/wheel-hub
⚙️ wheel-hub
别再重复造轮子。在写一行代码之前,先搜索、评分并采用最好的开源解决方案。
wheel-hub 是一个 MCP 服务器 + CLI,它让 AI 编程代理和人类都先检查开源生态:给定一个功能或问题,它会找出已有的解决方案,并根据流行度、增长势头、维护情况和信任度进行评分,然后告诉你应该 采用、调整、检查 还是 避免。
为什么
每个开发者(以及每个 AI 代理)都会从头开始重写认证、调度器、爬虫和管理后台——不是因为不存在更好的轮子,而是因为没有人会先去寻找。wheel-hub 让“先搜索”成为默认做法。
Related MCP server: reuse-before-generate
安装
MCP 服务器(适用于 Claude Code、opencode、Cursor 等)
npx @wheel-hub/mcpClaude Code 示例:
claude mcp add wheel-hub --env GITHUB_TOKEN=ghp_xxx -- npx @wheel-hub/mcp通用 JSON 配置示例(适用于大多数 MCP 客户端):
{
"mcpServers": {
"wheel-hub": {
"command": "npx",
"args": ["@wheel-hub/mcp"],
"env": { "GITHUB_TOKEN": "ghp_xxx" }
}
}
}注意: MCP 客户端只会把白名单中的环境变量转发给服务器。 请始终通过客户端的
env配置显式传入GITHUB_TOKEN,否则服务器 将以 60 次/小时的未认证状态运行,并很快触发速率限制。
然后只需对你的代理说:“在实现之前,先用 wheel-hub 检查一下后台任务调度已有哪些现成方案”。
CLI(供人类使用)
# one-off
npx @wheel-hub/cli find "SSO login" --lang typescript
npx @wheel-hub/cli evaluate ollama/ollama
# or install for the `wheel-hub` command
npm i -g @wheel-hub/cli
wheel-hub find "SSO login"工具
工具 | 描述 |
| 在 GitHub 上搜索某个问题的解决方案 |
| 对单个仓库进行评分(0–100),并给出结论与理由 |
| 查找替代方案并逐一评估——在编写新代码之前运行它 |
评分模型
综合评分(0–100)由四个维度加权而成:
流行度(30%)——star 总量(对数刻度)
增长势头(25%)——每日 star 增长 + 推送的新近程度
维护情况(30%)——提交新鲜度 + issue 积压比率
信任度(15%)——许可证宽松程度、归档状态
判定:≥75 adopt · ≥55 adapt · ≥35 inspect · <35 / archived avoid
配置
GITHUB_TOKEN(可选)——将 GitHub API 速率限制从 60 次/小时提高到 5,000 次/小时。强烈建议在实际使用中配置;如何传入请参阅上面的 MCP 配置。
软件包
包 | 描述 |
GitHub 聚合 + 评分引擎 | |
面向 AI 代理的 MCP 服务器 | |
终端 CLI |
路线图
为
NOASSERTION仓库提供许可证回退:自行解析许可证文件(例如内核的 COPYING 声明了 GPL-2.0,但 GitHub 将其归类为“Other”)将 Awesome 列表挖掘作为辅助信号来源
通过 OSSInsight 数据生成 star 历史曲线
wheel-hub watch——当你的技术栈中的依赖过时时收到通知评分持久化 + 每周摘要
许可证
MIT
This server cannot be installed
Maintenance
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Finds real, maintained open-source repos that fit your project. MCP grounding for coding agents.
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server that exposes GitHub operations as tools for AI agents, enabling code search, issue management, and PR review.12MIT
- AlicenseAqualityAmaintenanceStop your AI agent from rebuilding what already exists. MCP server that checks GitHub, npm and Python repos for maintained alternatives before you scaffold.21285MIT
- AlicenseNot gradedqualityBmaintenanceA local MCP server that gives AI agents access to developer tooling — GitHub (read-only), documentation search, and web research — via stdio transport.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that helps coding agents research and prepare GitHub contributions by gathering repository guidance, related work, code context, and validation evidence into a local SQLite corpus, without ever writing to GitHub.2463MIT
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/skyzhao1223/wheel-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server