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 与智能体 分类下的更多 MCP 服务器
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
评论