MCP.so
ログイン

limited-github-cli-mcp

@ytka

limited-github-cli-mcp について

MCP Server for Github CLI

基本情報

カテゴリ

開発者ツール

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

ytka

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is limited-github-cli-mcp?

limited-github-cli-mcp is an MCP server that uses the GitHub CLI (gh) to perform pull request (PR) operations on GitHub. It leverages the local gh command without requiring a GitHub Access Token, making it a secure way to manage PRs.

How to use limited-github-cli-mcp?

To use limited-github-cli-mcp, you need GitHub CLI installed, logged in via gh auth login, and a local clone of the repository you want to work with. Then call MCP tools like create_pr, list_prs, view_pr, and comment_pr with appropriate arguments (e.g., title, body, state, PR number).

Key features of limited-github-cli-mcp

  • Create a pull request with title, body, base, head, and draft option
  • List pull requests filtered by state, base branch, and result limit
  • View detailed information of a specific pull request by number
  • Comment on a pull request by specifying PR number and comment body

Use cases of limited-github-cli-mcp

  • Automate creating pull requests from feature branches
  • Review recent pull requests filtered by state (open, closed, merged)
  • Inspect a specific pull request’s details for code review
  • Add comments to pull requests during collaborative review

FAQ from limited-github-cli-mcp

Do I need a GitHub Access Token?

No. limited-github-cli-mcp uses the GitHub CLI’s authentication credentials, so no token is required.

What are the prerequisites for using this server?

You must have the GitHub CLI (gh) installed, be logged in with gh auth login, and have a local clone of the repository you want to work with.

What operations does limited-github-cli-mcp support?

It supports creating PRs, listing PRs (with state/base branch filters), viewing a PR’s details, and commenting on a PR.

Is a local repository required?

Yes. The server operates on a local clone of the GitHub repository, so you must be inside a cloned directory.

How does limited-github-cli-mcp handle security?

It does not handle GitHub Access Tokens directly. All authentication is delegated to the local GitHub CLI, making token management more secure.

コメント

「開発者ツール」の他のコンテンツ