mcp-github-project-manager vs shippie
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-github-project-manager by kunwarVivek | shippie by mattzcarey | |
|---|---|---|
| Stars | ★ 88 | ★ 2,356 |
| 30天用量 | — | — |
| 综合分 | 46 | 54 |
| 官方 | — | — |
| 分类 | GitHub 集成开发者工具AI / LLM 工具 | 开发者工具AI / LLM 工具GitHub 集成 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 4 个月前 | 6 个月前 |
mcp-github-project-manager · 概述
一个用于GitHub项目管理的MCP服务器,具有AI驱动的任务生成和需求可追溯性功能。
shippie · 概述
Shippie 是一个将 AI 模型集成到 CI/CD 管道中的代码审查 MCP 客户端。
mcp-github-project-manager · 使用场景
- AI辅助项目规划,从项目想法自动生成产品需求文档
- 自动化任务分解,包含复杂度分析和工作量评估
- 需求可追溯性管理,具有双向链接和影响分析功能
shippie · 使用场景
- 在 CI/CD 管道中自动化代码审查,及早发现安全和错误问题
- 在提交前对暂存的更改进行本地代码审查
- 通过 MCP 与外部工具集成,增强代码分析能力
mcp-github-project-manager · 安装
安装
选项1:从npm安装(推荐)
npm install -g mcp-github-project-manager选项2:从源代码安装
git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run build设置环境变量
cp .env.example .env
# 编辑.env文件添加您的GitHub令牌和详细信息shippie · 安装
安装
- 通过 npm 安装 Shippie:
npx shippie review- 要与 Claude Desktop 一起使用,请在您的 config.json 中配置 MCP:
{
"mcpServers": {
"shippie": {
"command": "npx",
"args": ["shippie", "mcp"]
}
}
}