gistpad-mcp vs bitbucket-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
gistpad-mcp by lostintangent | bitbucket-mcp by MatanYemini | |
|---|---|---|
| Stars | ★ 192 | ★ 136 |
| 30天用量 | — | — |
| 综合分 | 47 | 48 |
| 官方 | — | — |
| 分类 | GitHub 集成效率工具知识库 / RAG | 开发者工具效率工具GitHub 集成 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 4 个月前 | 本月 |
gistpad-mcp · 概述
通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。
bitbucket-mcp · 概述
Bitbucket MCP 服务器让 AI 助手可以与 Bitbucket 代码库和拉取请求交互。
gistpad-mcp · 使用场景
- 管理作为 GitHub Gists 存储的个人知识库
- 创建和跟踪日常待办事项和笔记
- 构建与 AI 助手共享的可重用提示词
bitbucket-mcp · 使用场景
- 自动化 Bitbucket 仓库的 PR 审查和批准流程
- 将 Bitbucket 仓库信息集成到 AI 助手的工作流程中
- 创建监控 Bitbucket 拉取请求活动的 AI 驱动仪表板
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
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"
}
}
}
}