GitHub MCP Server
@MCP-Mirror
关于 GitHub MCP Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitHub MCP Server?
A Model Context Protocol (MCP) server that provides GitHub integration capabilities. It enables developers and AI assistants to interact with GitHub repositories through MCP tools, supporting repository management, file operations, and commit handling.
How to use GitHub MCP Server?
Install the package via npm (npm install @modelcontextprotocol/server-github), then add it to your MCP settings file (e.g., cline_mcp_settings.json) with the command node /path/to/dist/index.js and environment variables GITHUB_TOKEN_1 and GITHUB_OWNER_1. After configuration, the server exposes tools that can be invoked by an MCP client.
Key features of GitHub MCP Server
- Account management and authentication
- Repository creation and management
- File operations (read, write, push, pull)
- Commit operations (create, list)
- Directory synchronization (two-way sync)
- Repository comparison and diffing
Use cases of GitHub MCP Server
- Automate repository creation and renaming in a CI/CD pipeline
- Push local files to a GitHub repository from an AI assistant
- Pull files from a GitHub repository to a local development environment
- Synchronize directories between local and remote GitHub repositories
- List or create commits with multiple file changes
FAQ from GitHub MCP Server
What authentication is required?
GitHub personal access tokens are required. Tokens are provided via environment variables GITHUB_TOKEN_<N> along with the corresponding GitHub username via GITHUB_OWNER_<N>.
Can I use multiple GitHub accounts?
Yes. Multiple accounts can be configured by incrementing the number N (e.g., GITHUB_TOKEN_1, GITHUB_TOKEN_2) and using the list_accounts and select_account tools to switch between them.
What operations are supported?
The server supports repository management (create, clone, rename), file operations (push, pull), directory sync, commit operations (create, list), and account management (list, select). Each operation has a specific tool with typed parameters.
What are the runtime requirements?
The server runs on Node.js. It is built with npm install && npm run build and is executed as a Node process.
Where do files and data reside?
File data resides both on GitHub (remote repositories) and locally (the machine where the server runs). The server interacts with local directories and pushes/pulls files to/from GitHub repositories.
版本控制 分类下的更多 MCP 服务器
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Bitbucket Server MCP
garc33Code Review Server
crazyrabbitLTCA MCP server for code reviews
评论