mcp/github-chat

Verified Publisher

By mcp

Updated about 1 year ago

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

Image
Machine learning & AI
4

10K+

mcp/github-chat repository overview

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?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/AsyncFuncAI/github-chat-mcp/blob/8c1a390f10ab295ea7ce61c32461bbee06d2c654/Dockerfile
Commit8c1a390f10ab295ea7ce61c32461bbee06d2c654
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_historystring optionalPrevious 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:c9b12a166

Size

69.5 MB

Last updated

about 1 year ago

docker pull mcp/github-chat

This week's pulls

Pulls:

992

Jul 6 to Jul 12