mcp-githubcli
0
The GitHub CLI MCP Server offers an interface for interacting with GitHub using the MCP protocol. It supports managing repositories, issues, pull requests, and gists with the GitHub CLI. The server allows detailed management and viewing options for these GitHub features.
GitHub CLI MCP Server
This MCP server provides a simple and friendly interface for the GitHub CLI, allowing access to GitHub functionalities via the MCP protocol.
Features
- Repository Management: View and create repositories
- Issue Management: View and create issues
- PR Management: View, create, and view differences
- Gist Management: View and create gists
Installation Requirements
- Install GitHub CLI (gh)
- Authenticate using
gh auth login
Parameter Types
PR and issue numbers must use integer types. All integer parameters will be internally converted to strings.
Available Tools
- Repository Operations: List, view, and create repositories
- Issue Operations: List, view, and create issues
- PR Operations: List, view, view differences, and create PRs
- Gist Operations: List and create Gists