add github-mcp-server

This commit is contained in:
yzfly 2025-04-08 11:58:11 +08:00
parent 5413a90251
commit 2325631237

View File

@ -161,6 +161,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| 名称 | 中文介绍 | 备注 |
| :------------------------------------------------------------------- | :----------------------------------------------------------------------- | :------------------------------------------------------------------- |
| [modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers) | 官方参考实现,集成 GitHub API管理仓库、文件、PR 和 Issues。 | 官方参考TypeScript 开发GitHub 重度用户必备。 |
| [github/github-mcp-server](https://github.com/github/github-mcp-server) | GitHub 官方出品,让 AI 通过 API 深度集成 GitHub实现自动化工作流管理仓库、PR、Issues搜索代码分析数据甚至进行代码扫描等操作。 | 官方实现Go 开发。功能全面覆盖用户、仓库、代码、Issues、PRs、搜索、代码扫描等。推荐使用 Docker 部署。 |
| [modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) | 官方参考实现,直接操作本地 Git 仓库,进行读取、搜索和分析。 | 官方参考Python 开发,本地 Git 仓库操作。 |
| [modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) | 官方参考实现,集成 GitLab API进行项目管理和 CI/CD 操作。 | 官方参考TypeScript 开发GitLab 用户适用。 |
| [Gitee](https://github.com/oschina/mcp-gitee) | Gitee 官方集成,管理 Gitee 仓库、Issues 和 Pull Requests。 | 官方实现Go 开发Gitee 用户必备。 |