MCP.so
登录

GitHub MCP Server

@MCP-Mirror

关于 GitHub MCP Server

Mirror of

基本信息

分类

版本控制

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器