A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Ch...
10K+
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
| Attribute | Details |
|---|---|
| Docker Image | mcp/github-chat |
| Author | AsyncFuncAI |
| Repository | https://github.com/AsyncFuncAI/github-chat-mcp |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/AsyncFuncAI/github-chat-mcp/blob/8c1a390f10ab295ea7ce61c32461bbee06d2c654/Dockerfile |
| Commit | 8c1a390f10ab295ea7ce61c32461bbee06d2c654 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/github-chat --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
index_repository | Index a GitHub repository to analyze its codebase. |
query_repository | Ask questions about a GitHub repository and receive detailed AI responses. |
index_repositoryIndex a GitHub repository to analyze its codebase. This must be done before asking questions about the repository.
| Parameters | Type | Description |
|---|---|---|
repo_url | string | The GitHub repository URL to index (format: https://github.com/username/repo). |
query_repositoryAsk questions about a GitHub repository and receive detailed AI responses. The repository must be indexed first.
| Parameters | Type | Description |
|---|---|---|
question | string | The question to ask about the repository. |
repo_url | string | The GitHub repository URL to query (format: https://github.com/username/repo). |
conversation_history | string optional | Previous conversation history for multi-turn conversations. |
{
"mcpServers": {
"github-chat": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_API_KEY",
"mcp/github-chat"
],
"env": {
"GITHUB_API_KEY": "YOUR_GITHUB_API_KEY"
}
}
}
}
Content type
Image
Digest
sha256:c9b12a166…
Size
69.5 MB
Last updated
about 1 year ago
docker pull mcp/github-chatPulls:
992
Jul 6 to Jul 12