mcp-github-project-manager vs bitbucket-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-github-project-manager by kunwarVivek | bitbucket-mcp by MatanYemini | |
|---|---|---|
| Stars | ★ 88 | ★ 136 |
| 30天用量 | — | — |
| 综合分 | 46 | 48 |
| 官方 | — | — |
| 分类 | GitHub 集成开发者工具AI / LLM 工具 | 开发者工具效率工具GitHub 集成 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 4 个月前 | 本月 |
mcp-github-project-manager · 概述
一个用于GitHub项目管理的MCP服务器,具有AI驱动的任务生成和需求可追溯性功能。
bitbucket-mcp · 概述
Bitbucket MCP 服务器让 AI 助手可以与 Bitbucket 代码库和拉取请求交互。
mcp-github-project-manager · 使用场景
- AI辅助项目规划,从项目想法自动生成产品需求文档
- 自动化任务分解,包含复杂度分析和工作量评估
- 需求可追溯性管理,具有双向链接和影响分析功能
bitbucket-mcp · 使用场景
- 自动化 Bitbucket 仓库的 PR 审查和批准流程
- 将 Bitbucket 仓库信息集成到 AI 助手的工作流程中
- 创建监控 Bitbucket 拉取请求活动的 AI 驱动仪表板
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令牌和详细信息bitbucket-mcp · 安装
安装
使用 NPX(推荐)
BITBUCKET_URL="https://api.bitbucket.org/2.0" \
BITBUCKET_WORKSPACE="your-workspace" \
BITBUCKET_USERNAME="your-username" \
BITBUCKET_PASSWORD="your-app-password" \
npx -y bitbucket-mcp@latestClaude Desktop 配置
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "bitbucket-mcp@latest"],
"env": {
"BITBUCKET_URL": "https://api.bitbucket.org/2.0",
"BITBUCKET_WORKSPACE": "your-workspace",
"BITBUCKET_USERNAME": "your-username",
"BITBUCKET_PASSWORD": "your-app-password"
}
}
}
}