GitHub Chat MCP
@AsyncFuncAI
GitHub Chat MCP について
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"github-chat-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"github-chat-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is GitHub Chat MCP?
GitHub Chat MCP is a Model Context Protocol server that analyzes and queries GitHub repositories using the GitHub Chat API. It is intended for developers who want to ask questions about a repository’s codebase through an AI assistant.
How to use GitHub Chat MCP?
Install via pip install github-chat-mcp or uv install github-chat-mcp, then configure it in your MCP client (e.g., Cursor, Claude Desktop) using the command uvx github-chat-mcp. First index a repository (e.g., “Index the GitHub repository at https://github.com/username/repo”), then ask questions about it (e.g., “What is the core tech stack used in this repository?”).
Key features of GitHub Chat MCP
- Repository indexing – index and analyze a GitHub repository
- Repository querying – ask questions about the indexed repository
- Freemium release – no environment variables required for basic use
- Installation via pip, uv, or Smithery
- Works with Cursor, Claude Desktop, and other MCP clients
- Debugging support through MCP Inspector
Use cases of GitHub Chat MCP
- Analyze the architecture of an open-source repository
- Get answers about a repository’s tech stack or design patterns
- Quickly onboard into a new codebase by asking natural-language questions
- Automate code review or documentation generation from repository analysis
FAQ from GitHub Chat MCP
What does GitHub Chat MCP do?
It provides two main tools: Repository Indexing (index and analyze a GitHub repository) and Repository Querying (ask questions about the indexed repository). It uses the GitHub Chat API.
Do I need a GitHub API key?
Yes, a GitHub Chat API key is required to use the service. However, for the freemium release, no environment variables are needed in the configuration.
What are the runtime dependencies?
Python, pip or uv package manager, and the GitHub Chat API key. On macOS/Linux, curl is used to install uv; on Windows, a PowerShell command is provided.
Where does the data live?
The server communicates with the GitHub Chat API over the network. No data is stored locally beyond temporary indexing state in the MCP session.
Which transport does GitHub Chat MCP use?
The server uses standard MCP transport (stdin/stdout) as is typical for local MCP servers. Authentication is handled via environment variables when required.
「AI とエージェント」の他のコンテンツ
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
コメント