limited-github-cli-mcp
0
Limited GitHub CLI MCP is a server using GitHub CLI to manage pull request operations. It provides secure PR management by leveraging local 'gh' command without handling access tokens. Key features include creating, listing, viewing, and commenting on pull requests.
limited-github-cli-mcp
An MCP server using GitHub CLI for pull request operations on GitHub.
Features
- Create PR: Specify title, body, base branch, head branch, and draft option
- List PRs: Filter by state, base branch, limit number of results
- View PR: Detailed information by PR number
- Comment on PR: Add a comment by specifying PR number and comment body
Prerequisites
- GitHub CLI installed
- Logged in to GitHub account
- Local clone of GitHub repository