GitHub
Enables LLM agents to interact with GitHub repositories, issues, and pull requests through the Model Context Protocol.
概要
GitHub empowers Large Language Model (LLM) agents to interact with GitHub programmatically using the Model Context Protocol (MCP). It provides a suite of tools for managing repositories, issues, pull requests, branches, commits, and content. By exposing these operations as tools for LLMs, it allows AI systems to safely interact with GitHub, automating tasks and enhancing collaboration.
主な機能
- Pull request management (list, get details, create comments, merge)
- 29 GitHub stars
- Issue management (list, get details, create, comment, search)
- Content management (get file contents, list directory contents, create/update files, search code)
- Repository management (list, get details, search)
- Branch and commit management
ユースケース
- AI-powered issue triage and assignment
- LLM-assisted documentation updates and code generation
- Automated code review workflows