GitHub Chat MCP
GitHub チャット MCP
GitHub Chat APIを使用してGitHubリポジトリを分析およびクエリするためのモデルコンテキストプロトコル(MCP)。公式サイト: https://github-chat.com
インストール
# Install with pip
pip install github-chat-mcp
# Or install with the newer uv package manager
uv install github-chat-mcpクロードと一緒に使い始めましょう!
プロンプトの例:
「github-chat-mcp を使用して React リポジトリを分析する」
「github-chat-mcp で TypeScript リポジトリをインデックスし、そのアーキテクチャについて質問してください」
GitHub チャット MCP サーバー
Related MCP server: MCP GitHub Reader
セットアップ手順
まず最初に、GitHub Chat APIキーをお持ちであることを確認してください。これはサービスを利用するために必要です。
まずuvをインストールします。
MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shウィンドウズ:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"カーソルを使ったセットアップ(推奨)
mcp.json の場合:
{
"mcpServers": {
"github-chat": {
"command": "uvx",
"args": [
"github-chat-mcp"
]
}
}
}上記はフリーミアムリリースなので、envs は必要ありません。
Claude Desktopでのセットアップ
# claude_desktop_config.json
# Can find location through:
# Hamburger Menu -> File -> Settings -> Developer -> Edit Config
# Must perform: brew install uv
{
"mcpServers": {
"github-chat": {
"command": "uvx",
"args": ["github-chat-mcp"],
"env": {
}
}
}
}Smithery経由でインストール
Smithery 経由で Claude Desktop 用の GitHub Chat を自動的にインストールできます。
npx -y @smithery/cli install github-chat-mcp --client claudeClaudeとGitHub Chatを使う
まず GitHub リポジトリをインデックスします:「 https://github.com/username/repoで GitHub リポジトリをインデックスします」
次に、リポジトリについて質問します。「このリポジトリで使用されているコア技術スタックは何ですか?」
デバッグ
走る:
npx @modelcontextprotocol/inspector uvx github-chat-mcpローカル/開発環境のセットアップ手順
クローンリポジトリ
git clone https://github.com/yourusername/github-chat-mcp.git
依存関係をインストールする
まずuvをインストールします。
MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shウィンドウズ:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"次に、MCP サーバーの依存関係をインストールします。
cd github-chat-mcp
# Create virtual environment and activate it
uv venv
source .venv/bin/activate # MacOS/Linux
# OR
.venv/Scripts/activate # Windows
# Install dependencies
uv syncClaude Desktopでのセットアップ
MCP CLI SDKの使用
# `pip install mcp[cli]` if you haven't
mcp install /ABSOLUTE/PATH/TO/PARENT/FOLDER/github-chat-mcp/src/github_chat_mcp/server.py -v "GITHUB_API_KEY=API_KEY_HERE"手動で
# claude_desktop_config.json
# Can find location through:
# Hamburger Menu -> File -> Settings -> Developer -> Edit Config
{
"mcpServers": {
"github-chat": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/github-chat-mcp",
"run",
"github-chat-mcp"
],
"env": {
}
}
}
}ClaudeとGitHub Chatを使う
まず GitHub リポジトリをインデックスします:「 https://github.com/username/repoで GitHub リポジトリをインデックスします」
次に、リポジトリについて質問します。「このリポジトリで使用されているコア技術スタックは何ですか?」
デバッグ
走る:
# If mcp cli installed (`pip install mcp[cli]`)
mcp dev /ABSOLUTE/PATH/TO/PARENT/FOLDER/github-chat-mcp/src/github_chat_mcp/server.py
# If not
npx @modelcontextprotocol/inspector \
uv \
--directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/github-chat-mcp \
run \
github-chat-mcp次に、MCP Inspector http://localhost:5173にアクセスします。インスペクターの環境変数GITHUB_API_KEYにGitHub APIキーを追加する必要があるかもしれません。
注記
ログレベルは、
FASTMCP_LOG_LEVEL環境変数を通じて調整可能です(例:FASTMCP_LOG_LEVEL="ERROR")この MCP サーバーは、主に 2 つのツールを提供します。
リポジトリのインデックス作成 - GitHub リポジトリのインデックス作成と分析
リポジトリクエリ - インデックスされたリポジトリについて質問する
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that analyzes local or remote GitHub repositories, providing intelligent code context and structure to AI coding assistants.1013MIT
- AlicenseDqualityDmaintenanceA lightweight MCP server for bringing GitHub repositories into context for large language models, enabling repository analysis, file access, and search without local cloning.4106Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with the GitHub API, enabling AI assistants to query repositories, pull requests, issues, commits, users, and more.467ISC
- Alicense-qualityBmaintenanceAn MCP server that enables GitHub API operations such as managing repositories, issues, and pull requests through natural language.467ISC
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AsyncFuncAI/github-chat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server