GitHub CLI MCP
AI アシスタントがモデル コンテキスト プロトコル (MCP) を介して GitHub リポジトリと対話できるようにするサーバー。
⚡ クイックスタート
# Prerequisites: Node.js v18+ and GitHub CLI installed and authenticated
# Install globally
npm install -g gh-cli-mcp
# Start the server
gh-cli-mcp
🤖 クロードと一緒に使う
Claude Code CLI を使用する場合:
claude --mcp "gh-cli-mcp:github-cli:stdio:http://localhost:8888"
Claude Desktopの場合: 設定→ツールと統合でMCP統合を追加します
詳細な手順については、インストール ガイドを参照してください。
📖 ドキュメント
完全なドキュメントについては、 GitHub Wikiをご覧ください。
📊 主な機能
ClaudeのようなAIアシスタントでGitHub CLIコマンドを使用する
プルリクエストの作成、表示、管理
問題とリポジトリの操作
GitHub ワークフローの実行と監視
MCP 互換の AI アシスタントのためのシンプルな stdio 統合
📄 ライセンス
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
GitHub CLI ツールをラップする MCP サーバー。AI アシスタントがプル リクエスト、問題、リポジトリ操作のコマンドを通じて GitHub リポジトリと対話できるようになります。
Related MCP Servers
- AsecurityAlicenseAqualityMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.Last updated -22,57369,516MIT License
- AsecurityFlicenseAqualityMCP Server for the GitHub API, providing features for file operations, repository management, and advanced search, with automatic branch creation and comprehensive error handling.Last updated -1804
- AsecurityFlicenseAqualityAn MCP server that enables AI assistants to manage GitHub Actions workflows by providing tools for listing, viewing, triggering, canceling, and rerunning workflows through the GitHub API.Last updated -9739
- MIT License