limited-github-cli-mcp

limited-github-cli-mcp

3.1

If you are the rightful owner of limited-github-cli-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that uses GitHub CLI to perform pull request (PR) operations on GitHub without requiring a GitHub Access Token.

The limited-github-cli-mcp is a Model Context Protocol (MCP) server designed to facilitate GitHub pull request operations using the GitHub CLI. This server allows users to create, list, view, and comment on pull requests without the need for a GitHub Access Token, leveraging the local `gh` command instead. It is particularly useful for developers who prefer using command-line tools and want to automate their GitHub workflows securely. The server requires the GitHub CLI to be installed and authenticated on the local machine, and it operates on repositories that are cloned locally. By using the GitHub CLI's authentication, it ensures that operations are performed securely without exposing sensitive credentials.

Features

  • Create PR: Specify title, body, base branch, head branch, and draft option
  • List PRs: Filter by state (open, closed, merged, all), base branch, and limit the number of results
  • View PR: Get detailed information about a specific PR by number
  • Comment on PR: Add a comment to a PR by specifying PR number and comment body