MCP Catalogs
首页

mcp-git-ingest vs gistpad-mcp

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

mcp-git-ingest
by adhikasp
gistpad-mcp
by lostintangent
Stars★ 306★ 192
30天用量
综合分4447
官方
分类
GitHub 集成开发者工具本地文件系统
GitHub 集成效率工具知识库 / RAG
实现语言PythonTypeScript
最近提交16 个月前4 个月前

mcp-git-ingest · 概述

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

gistpad-mcp · 概述

通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。

mcp-git-ingest · 使用场景

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

gistpad-mcp · 使用场景

  • 管理作为 GitHub Gists 存储的个人知识库
  • 创建和跟踪日常待办事项和笔记
  • 构建与 AI 助手共享的可重用提示词

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"]
    }
  }
}

gistpad-mcp · 安装

安装

  1. 安装 [GistPad VS Code 扩展](https://aka.ms/gistpad) 以实现无缝集成
  1. 对于其他 MCP 客户端:

``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<您的个人访问令牌>" } } } } ``

  1. 可选:添加标志以启用其他功能:--daily--starred--archived--prompts
对比内容由 README + GitHub 公开数据自动生成,定期更新。