
limited github cli mcp
MCP Server for Github CLI
Repository Info
About This Server
MCP Server for Github CLI
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
limited-github-cli-mcp
An MCP server that uses GitHub CLI to perform pull request (PR) operations on GitHub. It leverages the local gh command without requiring a GitHub Access Token.
Features
This MCP server provides the following features:
-
Create PR (
create_pr)- Specify title, body, base branch, head branch, and draft option
-
List PRs (
list_prs)- Filter by state (open, closed, merged, all), base branch, and limit the number of results
-
View PR (
view_pr)- Get detailed information about a specific PR by number
-
Comment on PR (
comment_pr)- Add a comment to a PR by specifying PR number and comment body
Prerequisites
- GitHub CLI (
gh) installed - Logged in to GitHub account using
gh auth login - Local clone of the GitHub repository you want to work with
Usage Examples
Create a PR
use_mcp_tool({
server_name: "limited-github-cli",
tool_name: "create_pr",
arguments: {
title: "Add new feature",
body: "This PR adds feature X",
base: "main",
head: "feature/x",
draft: true
}
})
List PRs
use_mcp_tool({
server_name: "limited-github-cli",
tool_name: "list_prs",
arguments: {
state: "open",
limit: 5
}
})
View PR Details
use_mcp_tool({
server_name: "limited-github-cli",
tool_name: "view_pr",
arguments: {
number: 123
}
})
Comment on PR
use_mcp_tool({
server_name: "limited-github-cli",
tool_name: "comment_pr",
arguments: {
number: 123,
body: "I've reviewed this. LGTM!"
}
})
Security
This MCP server uses the local GitHub CLI, so it doesn't directly handle GitHub Access Tokens. It leverages the authentication credentials of the GitHub CLI, making it a secure way to perform GitHub operations.
Quick Start
Clone the repository
git clone https://github.com/ytka/limited-github-cli-mcpInstall dependencies
cd limited-github-cli-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.