GitHub Chat

GitHub Chat

A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.

3.9K

2 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

GitHub Chat MCP Server

A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/github-chat
AuthorAsyncFuncAI
Repositoryhttps://github.com/AsyncFuncAI/github-chat-mcp
Dockerfilehttps://github.com/AsyncFuncAI/github-chat-mcp/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/github-chat --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
index_repositoryIndex a GitHub repository to analyze its codebase.
query_repositoryAsk questions about a GitHub repository and receive detailed AI responses.

Tools Details

Tool: index_repository

Index a GitHub repository to analyze its codebase. This must be done before asking questions about the repository.

ParametersTypeDescription
repo_urlstringThe GitHub repository URL to index (format: https://github.com/username/repo).

Tool: query_repository

Ask questions about a GitHub repository and receive detailed AI responses. The repository must be indexed first.

ParametersTypeDescription
questionstringThe question to ask about the repository.
repo_urlstringThe GitHub repository URL to query (format: https://github.com/username/repo).
conversation_historystringoptionalPrevious conversation history for multi-turn conversations.

Use this MCP Server

{
  "mcpServers": {
    "github-chat": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_API_KEY",
        "mcp/github-chat"
      ],
      "env": {
        "GITHUB_API_KEY": "YOUR_GITHUB_API_KEY"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers