MCP GitHub Server
@dev-leva1
关于 MCP GitHub Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP GitHub Server?
It is a server for working with the GitHub API, providing a REST interface for interacting with GitHub repositories. It is intended for developers who need to manage repositories, files, branches, and commits programmatically.
How to use MCP GitHub Server?
Clone the repository, run npm install, create a .env file with PORT and GITHUB_TOKEN, then run npm run dev for development or npm start for production. Interact via the documented REST API endpoints.
Key features of MCP GitHub Server
- List and retrieve details of user repositories
- Create new repositories with name, description, and privacy
- Read and create files in a repository
- List and create branches
- List commits with filtering and create commits with multiple file changes
Use cases of MCP GitHub Server
- Automating repository creation and management across GitHub accounts
- Programmatically writing and updating files in repositories
- Creating branches and commits as part of CI/CD workflows
- Integrating GitHub operations into external applications or scripts
FAQ from MCP GitHub Server
What authentication is required?
A GitHub personal access token is required, set as GITHUB_TOKEN in the .env file. Recommended scopes are repo and user.
How do I obtain a GitHub token?
Go to your GitHub account settings, select "Developer settings" -> "Personal access tokens" -> "Tokens (classic)", click "Generate new token", choose the required permissions, and copy the token into your .env file.
What runtime dependencies does the server need?
Node.js and npm. Dependencies are installed via npm install.
What transport does the server use?
The server runs over HTTP on the configured PORT (default 3000).
Are there any known limits?
The README does not mention specific server limits; it relies on GitHub’s own API rate limits.
版本控制 分类下的更多 MCP 服务器
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
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.
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Linear MCP Server
clinea private MCP server for accessing Linear
评论