-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jamie edited this page May 2, 2025
·
3 revisions
Welcome to the GitHub CLI MCP wiki!
GitHub CLI MCP is a server that wraps GitHub CLI commands, making them available to AI assistants through the Model Context Protocol (MCP). This allows AI assistants to interact with GitHub repositories programmatically.
- Access GitHub functionality through standardized interfaces
- Utilizes stdio for communication (simple integration)
- Built with TypeScript for type safety
- Built on top of the official GitHub CLI
- Comprehensive set of tools for Pull Requests, Issues, Repositories, and more
GitHub CLI MCP wraps the official GitHub CLI (gh) executable, allowing for a standardized interface between AI assistants and GitHub. The server communicates with clients using the Model Context Protocol (MCP) via stdio.
This project is licensed under the MIT License - see the LICENSE file for details.
GitHub CLI MCP - Making GitHub CLI accessible to AI assistants via Model Context Protocol