MCP Catalogs
首页

octocode-mcp vs gistpad-mcp

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

octocode-mcp
by bgauryy
gistpad-mcp
by lostintangent
Stars★ 832★ 192
30天用量
综合分5247
官方
分类
开发者工具AI / LLM 工具GitHub 集成
GitHub 集成效率工具知识库 / RAG
实现语言TypeScriptTypeScript
最近提交本月4 个月前

octocode-mcp · 概述

MCP 服务器用于在 GitHub/GitLab 和本地仓库中进行语义代码研究,具有高级 LSP 集成。

gistpad-mcp · 概述

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

octocode-mcp · 使用场景

  • 跨公共和私有仓库进行代码探索和模式匹配
  • 使用 AST 和依赖图进行高级代码分析和文档生成
  • 使用 LSP 流跟踪在多个领域进行拉取请求审查

gistpad-mcp · 使用场景

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

octocode-mcp · 安装

安装

推荐方式:Octocode CLI

npx octocode-cli install

手动 MCP 配置

添加到您的 MCP 配置文件中:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["octocode-mcp@latest"]
    }
  }
}

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 公开数据自动生成,定期更新。