shippie vs github-brain
并排对比,帮你在这两个 MCP server 之间做选择。
shippie by mattzcarey | github-brain by wham | |
|---|---|---|
| Stars | ★ 2,356 | ★ 75 |
| 30天用量 | — | — |
| 综合分 | 54 | 46 |
| 官方 | — | — |
| 分类 | 开发者工具AI / LLM 工具GitHub 集成 | GitHub 集成开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 6 个月前 | 3 个月前 |
shippie · 概述
Shippie 是一个将 AI 模型集成到 CI/CD 管道中的代码审查 MCP 客户端。
github-brain · 概述
GitHub Brain MCP 服务器使用本地数据库快速总结 GitHub 讨论、问题和 PR。
shippie · 使用场景
- 在 CI/CD 管道中自动化代码审查,及早发现安全和错误问题
- 在提交前对暂存的更改进行本地代码审查
- 通过 MCP 与外部工具集成,增强代码分析能力
github-brain · 使用场景
- 总结 GitHub 讨论和 PR 以用于团队会议
- 分析特定时间段内用户的贡献
- 创建高效的 GitHub 活动报告而不受 API 限制
shippie · 安装
安装
- 通过 npm 安装 Shippie:
npx shippie review- 要与 Claude Desktop 一起使用,请在您的 config.json 中配置 MCP:
{
"mcpServers": {
"shippie": {
"command": "npx",
"args": ["shippie", "mcp"]
}
}
}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": "你的组织"
}
}
}