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.
Integrations
Allows to extract code from GitHub repositories and provide it as context to Claude
Pera1 用 GitHub MCP サーバー
GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。
設定
MCP 構成ファイル ( ~/Library/Application Support/Claude/claude_desktop_config.json
) に次の内容を追加します。
Copy
これで、Claude に GitHub コード リポジトリについて質問できるようになりました。
パラメータ
url
: GitHubリポジトリのURL(必須)dir
: ディレクトリパス(カンマ区切り)でファイルをフィルタリングするext
: 拡張子でファイルをフィルタリングする(カンマ区切り)mode
: 表示モード (例:tree
ディレクトリ構造と README ファイルのみを表示します)branch
: 取得するブランチを指定するfile
: 取得するファイルを1つ指定する
使用例
クロードに次のような質問をすることができます:
Copy
特定のディレクトリの場合:
Copy
特定のファイルの場合:
Copy
README ファイルのみを含むディレクトリ構造の場合:
Copy
特定のブランチの場合:
Copy
ライセンス
マサチューセッツ工科大学
著者
カズフ( https://x.com/kazuph )
You must be authenticated.
Tools
GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。
Appeared in Searches
- Automating Operations with GitHub
- Enhance AI Coding Accuracy in Windsurf Code Editor by Codeium
- Tools for Improving Next.js App Development with Cursor
- Information about Git version control system
- Steps for contributing to a GitHub repository: reading an issue, making code changes, and creating a pull request