Skip to main content
Glama
shanksxz

GitHub Repository MCP Server

by shanksxz

GitHub リポジトリ MCP サーバー

このモデルコンテキストプロトコル(MCP)サーバーは、AIモデルがGitHubリポジトリのコンテンツをコンテキストとしてアクセスできるようにします。ファイルの内容、リポジトリ構造、そしてリポジトリ全体を取得し、AIインタラクションのコンテキストとして使用するためのツールを提供します。

特徴

  • リポジトリの内容全体をコンテキストとして取得する

  • リポジトリから特定のファイルの内容を取得する

  • リポジトリ構造を取得する(ファイルリスト)

  • 拡張子でファイルをフィルタリングする

  • 特定のパスを除外する

  • 返されるファイルの数を制限する

Related MCP server: GitHub Repo Explainer MCP

インストール

# clone the repository
git clone https://github.com/shanksxz/github-mcp.git
cd github-mcp

# install dependencies
npm install

# build the project
npm run build

使用法

GitHub認証の設定

サーバーは認証なしでパブリックリポジトリを操作できますが、GitHub API は認証されていないリクエストに対して厳格なレート制限(60 リクエスト/時間)を設けています。この制限を 5000 リクエスト/時間に引き上げるには、 GITHUB_TOKEN環境変数を設定します。

# create a file called gh.sh and add the following line:
export GITHUB_TOKEN=your_github_personal_access_token
# make the file executable
chmod +x gh.sh
# run the file
./gh.sh

GitHub 開発者設定で個人アクセス トークンを作成できます。

カーソルの使用

このサーバーを Cursor で使用するには、次の手順に従います。

  1. カーソル設定を開く

  2. 「MCP」を検索

  3. 「新しいMCPサーバーを追加」をクリックします。

  4. 次の情報を入力してください。

    • 名前: github-repo-context (または任意の名前)

    • タイプ: コマンド

    • コマンド: /path/to/your-local-repo-setup/gh.sh

  5. 「保存」をクリック

  6. サーバー名の横にあるトグルをクリックしてサーバーを有効にします

  7. これでプロジェクトでサーバーが使えるようになるはずです

サーバーは、MCP プロトコルに従って stdin/stdout を介して通信します。

利用可能なツール

サーバーは次のツールを提供します。

  1. get-repo-context : コンテキストとして使用する GitHub リポジトリからすべてのファイルを取得する

    • パラメータ:

      • owner : GitHubリポジトリの所有者/組織名

      • repo : GitHubリポジトリ名

      • maxFiles (オプション): 含めるファイルの最大数 (デフォルト: 50)

      • fileExtensions (オプション): 含めるファイル拡張子 (例: ['js', 'ts', 'md'])

      • excludePaths (オプション): 除外するパス (デフォルト: ['node_modules', 'dist', 'build'])

  2. get-file-content : GitHub リポジトリから特定のファイルの内容を取得する

    • パラメータ:

      • owner : GitHubリポジトリの所有者/組織名

      • repo : GitHubリポジトリ名

      • path : リポジトリ内のファイルへのパス

  3. get-repo-structure : GitHubリポジトリの構造を取得する

    • パラメータ:

      • owner : GitHubリポジトリの所有者/組織名

      • repo : GitHubリポジトリ名

MCP をサポートする AI モデルと統合すると、次のようなコマンドを使用できます。

Get the structure of the repository tensorflow/tensorflow

次に、AI はget-repo-structureツールを使用してリポジトリ構造を取得して表示します。

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to analyze GitHub repository structures and read file contents with features like directory traversal, file type analysis, syntax highlighting, and code pattern detection. Supports both public and private repositories through GitHub API integration.
    11
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to access live GitHub repository data without cloning, supporting repo summarization, file explanation, recent changes, and dependency analysis.
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to inspect local Git repositories and interact with the GitHub API for reading commits, diffs, files, issues, comments, pull requests, and project boards.
    10
    121

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

  • Git-backed platform for skills, tools, and context for AI agents

View all MCP Connectors

Latest Blog Posts

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/shanksxz/gh-mcp-server'

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