Skip to main content
Glama

@kazuph/mcp-github-pera1

by kazuph

Pera1 用 GitHub MCP サーバー

GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。

設定

MCP 構成ファイル ( ~/Library/Application Support/Claude/claude_desktop_config.json ) に次の内容を追加します。

{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@kazuph/mcp-github-pera1"] } } }

これで、Claude に GitHub コード リポジトリについて質問できるようになりました。

パラメータ

  • url : GitHubリポジトリのURL(必須)
  • dir : ディレクトリパス(カンマ区切り)でファイルをフィルタリングする
  • ext : 拡張子でファイルをフィルタリングする(カンマ区切り)
  • mode : 表示モード (例: treeディレクトリ構造と README ファイルのみを表示します)
  • branch : 取得するブランチを指定する
  • file : 取得するファイルを1つ指定する

使用例

クロードに次のような質問をすることができます:

Tell me about the implementation of GitHub repository https://github.com/username/repository

特定のディレクトリの場合:

Explain the components in https://github.com/username/repository?dir=src/components

特定のファイルの場合:

Show me the Button component from https://github.com/username/repository?file=src/components/Button.tsx

README ファイルのみを含むディレクトリ構造の場合:

Show me the structure of https://github.com/username/repository?mode=tree

特定のブランチの場合:

Analyze the develop branch of https://github.com/username/repository?branch=develop

ライセンス

マサチューセッツ工科大学

著者

カズフ( https://x.com/kazuph

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。

  1. 設定
    1. パラメータ
      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 -
              6
              Python
            • -
              security
              F
              license
              -
              quality
              Model Context Protocol server that enables Claude to retrieve and analyze code from GitHub repositories through the uithub API.
              Last updated -
              6
              15
              JavaScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables seamless integration between Claude AI and development tools like VSCode, Augment, Vercel, Airtable, and Square.
              Last updated -
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that gives Claude access to multiple AI models (Gemini, OpenAI, OpenRouter) for enhanced code analysis, problem-solving, and collaborative development through AI orchestration with conversations that continue across tasks.
              Last updated -
              5,417
              Python
              • Apple

            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/kazuph/mcp-github-pera1'

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