소개
GitHub Brain is an experimental MCP server designed to summarize and query GitHub discussions, issues, and pull requests. It complements the official GitHub MCP server by using a local SQLite database to store pulled data, enabling fast responses, overcoming the standard 100-item GitHub API limit, and providing token-efficient Markdown output. This allows users to answer complex questions about contributions, team activities, and organizational discussions efficiently.
주요 기능
- Supports selective pulling of data for repositories, discussions, issues, pull requests, and teams
- Bypasses the standard GitHub API 100-item result limit
- Provides Markdown output for token efficiency
- Utilizes a local SQLite database for fast responses
- Enables incremental updates for faster subsequent data pulls
- 0 GitHub stars
사용 사례
- List all pull requests merged by members of a team within a given timeframe
- Identify contributions of a specific user over a period
- Summarize discussions within an organization for a specific year