MCP Catalogs
首页

mcp-server-atlassian-bitbucket vs mcp-git-ingest

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-server-atlassian-bitbucket
by aashari
mcp-git-ingest
by adhikasp
Stars★ 146★ 306
30天用量
综合分4844
官方
分类
开发者工具GitHub 集成AI / LLM 工具
GitHub 集成开发者工具本地文件系统
实现语言TypeScriptPython
最近提交2 个月前16 个月前

mcp-server-atlassian-bitbucket · 概述

MCP 服务器连接 AI 助手与 Atlassian Bitbucket,实现代码库和拉取请求管理。

mcp-git-ingest · 概述

一个MCP服务器,用于读取GitHub仓库结构和重要文件。

mcp-server-atlassian-bitbucket · 使用场景

  • 通过 AI 分析拉取请求变更来自动化代码审查
  • 快速获取代码库状态和活动的深入洞察
  • 通过自然语言命令管理分支和拉取请求

mcp-git-ingest · 使用场景

  • 无需本地克隆即可分析GitHub仓库
  • 在深入研究实现细节前理解代码库结构
  • 从仓库中提取特定文件用于文档或分析目的

mcp-server-atlassian-bitbucket · 安装

安装

  1. 设置您的凭据:
# 范围化 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"
  1. 添加到 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"
      }
    }
  }
}
  1. 重启 Claude Desktop 以激活服务器。

mcp-git-ingest · 安装

安装

  1. 使用uvx安装:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest
  1. 在Claude Desktop中配置:
{
  "mcpServers": {
    "mcp-git-ingest": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。