MCP.so
登录

GitHub MCP Server

@AriesBerries

关于 GitHub MCP Server

An MCP server implementation for GitHub

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

AriesBerries

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is GitHub MCP Server?

The GitHub MCP Server is an MCP (Master Control Protocol) server that bridges the MCP protocol with GitHub’s API, enabling control of repositories, issues, pull requests, and more via MCP commands.

How to use GitHub MCP Server?

Clone the repository, install dependencies with npm install, configure a .env file, then start the server with npm start. The server exposes endpoints such as /mcp/connect, /mcp/authenticate, /mcp/command, and /mcp/disconnect for MCP sessions.

Key features of GitHub MCP Server

  • Supports MCP protocol version 2.1
  • Integrates with the GitHub API
  • Manages repositories, issues, and pull requests
  • Processes webhooks
  • Provides secure authentication

Use cases of GitHub MCP Server

  • Automate repository management through MCP commands
  • Handle issues and pull requests programmatically
  • Process GitHub webhooks for event-driven workflows

评论

版本控制 分类下的更多 MCP 服务器