MCP Catalogs
Home

github-mcp-server vs github-brain

Side-by-side comparison to help you pick between these two MCP servers.

github-mcp-server
by github
github-brain
by wham
Stars★ 29,881★ 75
30d uses
Score6446
Official
Categories
GitHubDeveloper ToolsProductivity
GitHubDeveloper ToolsAI / LLM Tools
LanguageGoGo
Last committhis month3 mo ago

github-mcp-server · Summary

GitHub's official MCP Server connects AI tools to GitHub's platform for repository management, issue automation, and code analysis.

github-brain · Summary

GitHub Brain MCP server summarizes GitHub discussions, issues, and PRs with local database for fast responses.

github-mcp-server · Use cases

  • Browse and analyze code repositories from within AI assistants
  • Automate creation and management of GitHub issues and pull requests
  • Monitor and analyze CI/CD pipelines and GitHub Actions workflows

github-brain · Use cases

  • Summarizing GitHub discussions and pull requests for team meetings
  • Analyzing user contributions in a specific time period
  • Creating efficient reports on GitHub activities without hitting API limits

github-mcp-server · Install

Installation Options

Remote Installation (Recommended)

Add to your MCP host configuration (e.g., VS Code 1.101+):

{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/"
    }
  }
}

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "github": {
      "command": "http",
      "args": ["https://api.githubcopilot.com/mcp/"]
    }
  }
}

Local Installation

Using Docker:

docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=your_token ghcr.io/github/github-mcp-server

Or install from source after cloning the repository.

github-brain · Install

npm i -g github-brain

Or with npx:

npx github-brain@latest

MCP Configuration

Claude Desktop

Add to Claude MCP configuration:

{
  "mcpServers": {
    "github-brain": {
      "type": "stdio",
      "command": "github-brain",
      "args": ["mcp"],
      "env": {
        "ORGANIZATION": "your-org"
      }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.