mcp-server-atlassian-bitbucket vs github-brain
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-server-atlassian-bitbucket by aashari | github-brain by wham | |
|---|---|---|
| Stars | ★ 146 | ★ 75 |
| 30天用量 | — | — |
| 综合分 | 48 | 46 |
| 官方 | — | — |
| 分类 | 开发者工具GitHub 集成AI / LLM 工具 | GitHub 集成开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 2 个月前 | 3 个月前 |
mcp-server-atlassian-bitbucket · 概述
MCP 服务器连接 AI 助手与 Atlassian Bitbucket,实现代码库和拉取请求管理。
github-brain · 概述
GitHub Brain MCP 服务器使用本地数据库快速总结 GitHub 讨论、问题和 PR。
mcp-server-atlassian-bitbucket · 使用场景
- 通过 AI 分析拉取请求变更来自动化代码审查
- 快速获取代码库状态和活动的深入洞察
- 通过自然语言命令管理分支和拉取请求
github-brain · 使用场景
- 总结 GitHub 讨论和 PR 以用于团队会议
- 分析特定时间段内用户的贡献
- 创建高效的 GitHub 活动报告而不受 API 限制
mcp-server-atlassian-bitbucket · 安装
安装
- 设置您的凭据:
# 范围化 API 令牌(推荐)
export ATLASSIAN_USER_EMAIL="your.email@company.com"
export ATLASSIAN_API_TOKEN="your_scoped_api_token"
# 或者传统应用密码(已弃用)
export ATLASSIAN_BITBUCKET_USERNAME="your_username"
export ATLASSIAN_BITBUCKET_APP_PASSWORD="your_app_password"- 添加到 Claude Desktop 配置文件 (
~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@aashari/mcp-server-atlassian-bitbucket"],
"env": {
"ATLASSIAN_USER_EMAIL": "your.email@company.com",
"ATLASSIAN_API_TOKEN": "your_scoped_api_token"
}
}
}
}- 重启 Claude Desktop 以激活服务器。
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": "你的组织"
}
}
}