octocode-mcp vs shippie
并排对比,帮你在这两个 MCP server 之间做选择。
octocode-mcp by bgauryy | shippie by mattzcarey | |
|---|---|---|
| Stars | ★ 832 | ★ 2,356 |
| 30天用量 | — | — |
| 综合分 | 52 | 54 |
| 官方 | — | — |
| 分类 | 开发者工具AI / LLM 工具GitHub 集成 | 开发者工具AI / LLM 工具GitHub 集成 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 6 个月前 |
octocode-mcp · 概述
MCP 服务器用于在 GitHub/GitLab 和本地仓库中进行语义代码研究,具有高级 LSP 集成。
shippie · 概述
Shippie 是一个将 AI 模型集成到 CI/CD 管道中的代码审查 MCP 客户端。
octocode-mcp · 使用场景
- 跨公共和私有仓库进行代码探索和模式匹配
- 使用 AST 和依赖图进行高级代码分析和文档生成
- 使用 LSP 流跟踪在多个领域进行拉取请求审查
shippie · 使用场景
- 在 CI/CD 管道中自动化代码审查,及早发现安全和错误问题
- 在提交前对暂存的更改进行本地代码审查
- 通过 MCP 与外部工具集成,增强代码分析能力
octocode-mcp · 安装
安装
推荐方式:Octocode CLI
npx octocode-cli install手动 MCP 配置
添加到您的 MCP 配置文件中:
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": ["octocode-mcp@latest"]
}
}
}shippie · 安装
安装
- 通过 npm 安装 Shippie:
npx shippie review- 要与 Claude Desktop 一起使用,请在您的 config.json 中配置 MCP:
{
"mcpServers": {
"shippie": {
"command": "npx",
"args": ["shippie", "mcp"]
}
}
}