mcp-server-atlassian-bitbucket vs gistpad-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-server-atlassian-bitbucket by aashari | gistpad-mcp by lostintangent | |
|---|---|---|
| Stars | ★ 146 | ★ 192 |
| 30天用量 | — | — |
| 综合分 | 48 | 47 |
| 官方 | — | — |
| 分类 | 开发者工具GitHub 集成AI / LLM 工具 | GitHub 集成效率工具知识库 / RAG |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 4 个月前 |
mcp-server-atlassian-bitbucket · 概述
MCP 服务器连接 AI 助手与 Atlassian Bitbucket,实现代码库和拉取请求管理。
gistpad-mcp · 概述
通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。
mcp-server-atlassian-bitbucket · 使用场景
- 通过 AI 分析拉取请求变更来自动化代码审查
- 快速获取代码库状态和活动的深入洞察
- 通过自然语言命令管理分支和拉取请求
gistpad-mcp · 使用场景
- 管理作为 GitHub Gists 存储的个人知识库
- 创建和跟踪日常待办事项和笔记
- 构建与 AI 助手共享的可重用提示词
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 以激活服务器。
gistpad-mcp · 安装
安装
- 安装 [GistPad VS Code 扩展](https://aka.ms/gistpad) 以实现无缝集成
- 对于其他 MCP 客户端:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<您的个人访问令牌>" } } } } ``
- 可选:添加标志以启用其他功能:
--daily、--starred、--archived、--prompts