gh-github-mcp-server

gh-github-mcp-serverは、GitHubのAPIを利用して、サーバーサイドでの自動化やワークフローの管理を行うためのツールです。Go言語で開発されており、効率的なコード生成やデータ管理をサポートします。特に、GitHubのリポジトリ管理やCI/CDパイプラインの構築に役立ちます。

GitHubスター

5

ユーザー評価

未評価

お気に入り

0

閲覧数

116

フォーク

0

イシュー

0

README
GitHub MCP Server CLI Extension

A GitHub CLI extension providing simplified installation and authentication for GitHub MCP Server.

Installation
gh extension install MayorFaj/gh-github-mcp-server
Usage

Start the GitHub MCP Server with stdio mode:

VS Code Integration

Add the following to your VS Code User Settings (JSON):

{
  "mcp": {
    "servers": {
      "github": {
        "command": "gh",
        "args": [
          "github-mcp-server",
          "stdio"
        ]
      }
    }
  }
}

You can edit settings by pressing Ctrl+Shift+P (or Cmd+Shift+P on macOS) and typing "Preferences: Open User Settings (JSON)".

Features
  • Zero Configuration: Uses your existing GitHub CLI authentication
  • Automatic Installation: Downloads the correct binary for your platform
  • No Additional Dependencies: No Docker or manual token management required
License

MIT License