gistpad-mcp vs github-brain
并排对比,帮你在这两个 MCP server 之间做选择。
gistpad-mcp by lostintangent | github-brain by wham | |
|---|---|---|
| Stars | ★ 192 | ★ 75 |
| 30天用量 | — | — |
| 综合分 | 47 | 46 |
| 官方 | — | — |
| 分类 | GitHub 集成效率工具知识库 / RAG | GitHub 集成开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 4 个月前 | 3 个月前 |
gistpad-mcp · 概述
通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。
github-brain · 概述
GitHub Brain MCP 服务器使用本地数据库快速总结 GitHub 讨论、问题和 PR。
gistpad-mcp · 使用场景
- 管理作为 GitHub Gists 存储的个人知识库
- 创建和跟踪日常待办事项和笔记
- 构建与 AI 助手共享的可重用提示词
github-brain · 使用场景
- 总结 GitHub 讨论和 PR 以用于团队会议
- 分析特定时间段内用户的贡献
- 创建高效的 GitHub 活动报告而不受 API 限制
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
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": "你的组织"
}
}
}