GitHub CLI MCP server for AI assistants - access GitHub via Model Context Protocol
npm install gh-cli-mcp
Use GitHub CLI commands directly from Claude and other AI assistants
GitHub CLI MCP is a server that wraps the GitHub CLI (gh) tool, enabling AI assistants to interact with GitHub repositories through the Model Context Protocol (MCP).
- Access GitHub features directly from AI assistants (PRs, issues, repos, etc.)
- Uses stdio for simple integration with any MCP-compatible AI assistant
- Built with TypeScript for type safety
``bashInstall globally
npm install -g gh-cli-mcp
- Node.js v18+
- GitHub CLI installed and authenticated
For detailed information about installation, configuration, and usage, please refer to the GitHub Wiki.
The wiki includes:
- Installation Guide
- Usage Guide
- Configuration Options
- Available Tools
- Frequently Asked Questions
MIT
---
Made with ❤️ for AI assistants and GitHub users