GitHub MCP 服务器
用于与 GitHub 交互的模型上下文协议 (MCP) 服务器。此工具允许 AI 助手执行各种 GitHub 操作,包括存储库管理、文件操作、问题跟踪等。
特征
- 存储库操作:创建存储库、分叉存储库
- 文件操作:创建、更新和读取文件,在一次提交中推送多个文件
- 问题管理:创建、更新、列出和评论问题
- 拉取请求:创建拉取请求
- 分支管理:创建分支
- 搜索功能:搜索代码、存储库、问题和用户
- 提交历史:列出提交
设置
先决条件
- Node.js 18 或更高版本
- 具有适当权限的 GitHub 个人访问令牌
安装
- 克隆此存储库
- 安装依赖项:
- 构建项目:
配置
此 MCP 服务器需要 GitHub 个人访问令牌 (Personal Access Token) 才能通过 GitHub API 进行身份验证。该令牌应作为环境变量提供:
使用 Smithery 部署时,令牌是通过githubPersonalAccessToken
配置选项配置的。
用法
本地运行
要在本地运行服务器:
使用 Smithery 进行部署
此存储库包含使用 Smithery 部署所需的配置文件:
Dockerfile
:定义如何为 MCP 服务器构建 Docker 镜像smithery.yaml
:配置 Smithery 如何启动 MCP 服务器
有关部署说明,请参阅Smithery 文档。
发展
建筑
代码检查
执照
麻省理工学院
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器,使 AI 助手能够执行 GitHub 操作,包括存储库管理、文件操作、问题跟踪和拉取请求创建。
Related MCP Servers
- -securityAlicense-qualityA server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.Last updated -3JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to retrieve and understand entire codebases at once, providing tools to analyze local workspaces or remote GitHub repositories.Last updated -9TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.Last updated -1JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.Last updated -129Python
Appeared in Searches
- Tool or method to fetch and explain the latest version of code from a repository
- Best practices for using a library for a specific task, including finding documentation, examples, and guides
- A tool that can process Jira tickets and generate code based on instructions
- Tools and services for orchestrating, organizing, and assisting in app development
- A guide to building a website