GitHub チャット MCP
GitHub Chat APIを使用してGitHubリポジトリを分析およびクエリするためのモデルコンテキストプロトコル(MCP)。公式サイト: https://github-chat.com
インストール
- クロードと一緒に使い始めましょう!
プロンプトの例:
- 「github-chat-mcp を使用して React リポジトリを分析する」
- 「github-chat-mcp で TypeScript リポジトリをインデックスし、そのアーキテクチャについて質問してください」
GitHub チャット MCP サーバー
セットアップ手順
まず最初に、GitHub Chat APIキーをお持ちであることを確認してください。これはサービスを利用するために必要です。
まずuvをインストールします。
MacOS/Linux:
ウィンドウズ:
カーソルを使ったセットアップ(推奨)
mcp.json の場合:
上記はフリーミアムリリースなので、envs は必要ありません。
Claude Desktopでのセットアップ
Smithery経由でインストール
Smithery 経由で Claude Desktop 用の GitHub Chat を自動的にインストールできます。
ClaudeとGitHub Chatを使う
- まず GitHub リポジトリをインデックスします:「 https://github.com/username/repoで GitHub リポジトリをインデックスします」
- 次に、リポジトリについて質問します。「このリポジトリで使用されているコア技術スタックは何ですか?」
デバッグ
走る:
ローカル/開発環境のセットアップ手順
クローンリポジトリ
git clone https://github.com/yourusername/github-chat-mcp.git
依存関係をインストールする
まずuvをインストールします。
MacOS/Linux:
ウィンドウズ:
次に、MCP サーバーの依存関係をインストールします。
Claude Desktopでのセットアップ
MCP CLI SDKの使用
手動で
ClaudeとGitHub Chatを使う
- まず GitHub リポジトリをインデックスします:「 https://github.com/username/repoで GitHub リポジトリをインデックスします」
- 次に、リポジトリについて質問します。「このリポジトリで使用されているコア技術スタックは何ですか?」
デバッグ
走る:
次に、MCP Inspector http://localhost:5173
にアクセスします。インスペクターの環境変数GITHUB_API_KEY
にGitHub APIキーを追加する必要があるかもしれません。
注記
- ログレベルは、
FASTMCP_LOG_LEVEL
環境変数を通じて調整可能です(例:FASTMCP_LOG_LEVEL="ERROR"
) - この MCP サーバーは、主に 2 つのツールを提供します。
- リポジトリのインデックス作成 - GitHub リポジトリのインデックス作成と分析
- リポジトリクエリ - インデックスされたリポジトリについて質問する
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
GitHub Chat API を介して GitHub リポジトリの分析とクエリを可能にする MCP サーバー。ユーザーはリポジトリをインデックス化し、コード、アーキテクチャ、技術スタックについて質問することができます。
Related Resources
Related MCP Servers
- 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 -1843TypeScript
- AsecurityAlicenseAqualityAn MCP server for gitingest. It allows MCP clients like Claude Desktop, Cursor, Cline etc to quickly extract information about Github repositories including repository summaries, project directory structure, file contents, etcLast updated -38PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that enables integration with GitHub Enterprise API, allowing users to access repository information, manage issues, pull requests, workflows, and other GitHub features through Cursor.Last updated -163314TypeScript
- AsecurityAlicenseAqualityA MCP server that provides access to GitHub trending repositories and developers data through a simple API interface.Last updated -21PythonMIT License