Skip to main content
Glama

GitHub PR MCP Server

by gourav221b

GitHub PR MCP サーバー

GitHub プル リクエストを分析するために TypeScript で構築された MCP (Model Context Protocol) サーバー。

前提条件

  • Node.js (バージョン 14 以上)
  • npm (Node.js に付属)

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の GitHub PR MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @gourav221b/Github-PR-MCP-server --client claude

手動インストール

  1. リポジトリをクローンします。
    git clone https://github.com/gourav221b/Github-PR-MCP-server.git
  2. プロジェクト ディレクトリに移動します。
    cd Github-PR-MCP-server
  3. 依存関係をインストールします:
    npm install
  4. プロジェクトをビルドします。
    npm run build
  5. MCP クライアント構成へのパスを追加します。
    command: node args: path/to/build/index.js

プロジェクト構造

  • src/ : TypeScript のソースコードが含まれます。
  • build/ : コンパイルされた JavaScript ファイルを保持します。
  • package.json : プロジェクトの依存関係とスクリプトを一覧します。
  • tsconfig.json : TypeScript 構成ファイル。

スクリプト

  • npm run build : TypeScript ファイルを JavaScript にコンパイルします。
  • npm start : コンパイルされた JavaScript サーバーを実行します。

貢献

貢献を歓迎します!リポジトリをフォークし、変更を加えたプルリクエストを作成してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Model-Controller-Presenter パターンを使用して GitHub Pull Requests を分析する TypeScript サーバー。

  1. 前提条件
    1. インストール
      1. Smithery経由でインストール
      2. 手動インストール
    2. プロジェクト構造
      1. スクリプト
        1. 貢献
          1. ライセンス

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.
              Last updated -
              129
              Python
            • -
              security
              A
              license
              -
              quality
              An MCP server that fetches GitHub Pull Request comments with file paths, line ranges, and replies using a GitHub personal access token.
              Last updated -
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              A 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
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A tool that integrates with GitHub and Notion to analyze and review pull requests, enabling automated code reviews and documentation in Notion.
              Last updated -
              Python
              • Apple
              • Linux

            View all related MCP servers

            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/gourav221b/Github-PR-MCP-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server