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 | — | — |
| Score | 44 | 46 |
| Official | — | — |
| Categories | GitHubDeveloper ToolsFile System | GitHubDeveloper ToolsAI / LLM Tools |
| Language | Python | Go |
| Last commit | 16 mo ago | 3 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
- Install with uvx:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest- 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-brainOr with npx:
npx github-brain@latestMCP Configuration
Claude Desktop
Add to Claude MCP configuration:
{
"mcpServers": {
"github-brain": {
"type": "stdio",
"command": "github-brain",
"args": ["mcp"],
"env": {
"ORGANIZATION": "your-org"
}
}
}