a year ago
developer-toolsA minimal MCP (Model Context Protocol) server for interacting with GitHub pull requests.
Overview
What is mcp-gh-pr-mini?
mcp-gh-pr-mini is a minimal Model Context Protocol (MCP) server designed for interacting with GitHub pull requests, allowing users to manage pull requests efficiently.
How to use mcp-gh-pr-mini?
To use mcp-gh-pr-mini, set it up in your local environment as an MCP server and configure it with your GitHub personal access token. You can then interact with GitHub pull requests through MCP-compatible clients like Copilot Agent.
Key features of mcp-gh-pr-mini?
- Create a pull request in a GitHub repository
- List open pull requests
- Get the diff for a pull request
- Request reviewers for a pull request
- Add comments to a pull request
- Retrieve comments from a pull request
Use cases of mcp-gh-pr-mini?
- Streamlining the management of pull requests in GitHub repositories.
- Facilitating collaboration by requesting reviewers and commenting on pull requests.
- Enhancing automation in development workflows with MCP-compatible tools.
FAQ from mcp-gh-pr-mini?
- What is the purpose of using mcp-gh-pr-mini?
It provides a safer, minimal alternative to the official GitHub MCP plugin, focusing on essential pull request tasks without requiring full repo access.
- What are the requirements to run mcp-gh-pr-mini?
You need Node.js and a VSCode setup with an MCP-compatible extension like Copilot Agent.
- Is mcp-gh-pr-mini open source?
Yes, it is available under the MIT license.