MCP Catalogs
Home

mcp-git-ingest vs github-brain

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

mcp-git-ingest
by adhikasp
github-brain
by wham
Stars★ 306★ 75
30d uses
Score4446
Official
Categories
GitHubDeveloper ToolsFile System
GitHubDeveloper ToolsAI / LLM Tools
LanguagePythonGo
Last commit16 mo ago3 mo ago

mcp-git-ingest · Summary

A Model Context Protocol server that reads GitHub repository structures and important files.

github-brain · Summary

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

mcp-git-ingest · Use cases

  • Analyzing GitHub repositories without cloning them locally
  • Understanding codebase structure before diving into implementation details
  • Extracting specific files from repositories for documentation or analysis purposes

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

mcp-git-ingest · Install

Installation

  1. Install with uvx:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest
  1. Configure in Claude Desktop:
{
  "mcpServers": {
    "mcp-git-ingest": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"]
    }
  }
}

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.