github-to-mcp vs github-brain
并排对比,帮你在这两个 MCP server 之间做选择。
github-to-mcp by nirholas | github-brain by wham | |
|---|---|---|
| Stars | ★ 28 | ★ 75 |
| 30天用量 | — | — |
| 综合分 | 45 | 46 |
| 官方 | — | — |
| 分类 | 开发者工具AI / LLM 工具GitHub 集成 | GitHub 集成开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 3 个月前 |
github-to-mcp · 概述
将 GitHub 仓库转换为 MCP 服务器,从 OpenAPI、GraphQL 和 REST API 中提取工具。
github-brain · 概述
GitHub Brain MCP 服务器使用本地数据库快速总结 GitHub 讨论、问题和 PR。
github-to-mcp · 使用场景
- 使 AI 助手能够以编程方式探索和交互代码库
- 从现有 API 文档自动生成 MCP 服务器
- 将 AI 助手与专有或内部代码仓库集成
github-brain · 使用场景
- 总结 GitHub 讨论和 PR 以用于团队会议
- 分析特定时间段内用户的贡献
- 创建高效的 GitHub 活动报告而不受 API 限制
github-to-mcp · 安装
Web 界面(最简单)
访问 [github-to-mcp.vercel.app](https://github-to-mcp.vercel.app) — 粘贴任何 GitHub URL,点击生成,下载您的 MCP 服务器。
CLI(一键命令)
npx @nirholas/github-to-mcp https://github.com/stripe/stripe-nodeClaude Desktop 配置
添加到 claude_desktop_config.json:
{
"mcpServers": {
"github-repo": {
"command": "npx",
"args": ["@nirholas/github-to-mcp", "https://github.com/your/repo"],
"env": {}
}
}
}github-brain · 安装
npm i -g github-brain或使用 npx:
npx github-brain@latestMCP 配置
Claude Desktop
添加到 Claude MCP 配置文件:
{
"mcpServers": {
"github-brain": {
"type": "stdio",
"command": "github-brain",
"args": ["mcp"],
"env": {
"ORGANIZATION": "你的组织"
}
}
}