GitHub PR MCP サーバー
GitHub プル リクエストを分析するために TypeScript で構築された MCP (Model Context Protocol) サーバー。
前提条件
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の GitHub PR MCP Server を自動的にインストールするには:
手動インストール
リポジトリをクローンします。
プロジェクト ディレクトリに移動します。
依存関係をインストールします:
プロジェクトをビルドします。
MCP クライアント構成へのパスを追加します。
プロジェクト構造
src/
: TypeScript のソースコードが含まれます。build/
: コンパイルされた JavaScript ファイルを保持します。package.json
: プロジェクトの依存関係とスクリプトを一覧します。tsconfig.json
: TypeScript 構成ファイル。
スクリプト
npm run build
: TypeScript ファイルを JavaScript にコンパイルします。npm start
: コンパイルされた JavaScript サーバーを実行します。
貢献
貢献を歓迎します!リポジトリをフォークし、変更を加えたプルリクエストを作成してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
Model-Controller-Presenter パターンを使用して GitHub Pull Requests を分析する TypeScript サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.Last updated -0
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to perform GitHub operations including repository management, file operations, issue tracking, and pull request creation.Last updated -1
- -securityFlicense-qualityAn intelligent assistant for Pull Request analysis that integrates GitHub with Notion for automated review documentation through an MCP (Model-Controller-Provider) server architecture.Last updated -1
- -securityFlicense-qualityModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.Last updated -1