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.
「バージョン管理」の他のコンテンツ

Github
modelcontextprotocolModel Context Protocol Servers

GitLab
modelcontextprotocolModel Context Protocol Servers
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.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
コメント