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

コメント

「バージョン管理」の他のコンテンツ