GitHub PR Comments MCP Server
GitHub PR コメント MCP サーバー
これは、GitHub 個人アクセス トークンを使用して GitHub Pull Request コメントを取得する Model Context Protocol (MCP) サーバーです。
特徴
ファイルパス、行範囲、返信を含むPRコメントを取得します
Octokit経由でGitHub APIを使用する
StdioServerTransportを使用してMCPサーバーを実装します
構造化されたJSON形式でコメントを返します
Related MCP server: PR Reviews MCP Server
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の github-pr-mcp を自動的にインストールするには:
npx -y @smithery/cli install github-pr-mcp --client claude手動でインストールする
リポジトリをクローンする
依存関係をインストールします:
npm installGitHub トークンを使用して
.envファイルを作成します。GITHUB_TOKEN=your_github_token_here
使用法
プロジェクトをビルドします。
npm run buildサーバーを実行します。
npm startまたは、GitHub トークンを使用して直接:
node dist/server.js your_github_token_hereサーバーは、次のパラメータを受け入れる
get_pr_commentsというツールを公開します。owner: リポジトリの所有者(ユーザー名または組織)repo: リポジトリ名pull_number: プルリクエスト番号
カーソルとの統合
Cursor と統合するには、Cursor の MCP サーバー構成で次のコマンドを使用します。
node /path/to/dist/server.js your_github_token_here/path/toプロジェクトへの実際のパスに置き換え、 your_github_token_here GitHub 個人アクセス トークンに置き換えます。
テスト
サーバー機能を検証するためのテスト クライアントが含まれています。
プロジェクトをビルドします。
npm run buildテストクライアントを実行します。
npm test
テスト クライアントはサーバーを起動し、サーバーに接続し、サンプル パラメータを使用してget_pr_commentsツールを呼び出します。
応答フォーマット
サーバーは次の形式でコメントを返します。
{
"comments": [
{
"id": 123456789,
"path": "src/example.js",
"body": "This is a comment on a specific line",
"line": 42,
"start_line": 40,
"user": {
"login": "username"
},
"created_at": "2023-01-01T00:00:00Z",
"replies": [
{
"id": 987654321,
"body": "This is a reply to the comment",
"user": {
"login": "another-username"
},
"created_at": "2023-01-02T00:00:00Z"
}
]
}
]
}発達
サーバーを開発モードで実行するには:
npm run devライセンス
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceA secure MCP server for interacting with GitHub issues, pull requests, repository files, and search, supporting both github.com and GitHub Enterprise Server.11AGPL 3.0
- Alicense-qualityBmaintenanceAn MCP server that enables checking GitHub and Codeberg PR reviews, change requests, and conversations.MIT
- AlicenseBqualityCmaintenanceAn MCP server that collects Pull Request comments from private GitHub repositories, including issue comments, review comments, and review summaries.110MIT
- AlicenseAqualityCmaintenanceA production-ready MCP server for triaging and reviewing GitHub pull requests via the GitHub REST API, providing typed tools to list, inspect, comment, add labels, and submit reviews.821MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaileshahuja/github-pr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server