Pera1 用 GitHub MCP サーバー
GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。
設定
MCP 構成ファイル ( ~/Library/Application Support/Claude/claude_desktop_config.json
) に次の内容を追加します。
これで、Claude に GitHub コード リポジトリについて質問できるようになりました。
パラメータ
url
: GitHubリポジトリのURL(必須)dir
: ディレクトリパス(カンマ区切り)でファイルをフィルタリングするext
: 拡張子でファイルをフィルタリングする(カンマ区切り)mode
: 表示モード (例:tree
ディレクトリ構造と README ファイルのみを表示します)branch
: 取得するブランチを指定するfile
: 取得するファイルを1つ指定する
使用例
クロードに次のような質問をすることができます:
特定のディレクトリの場合:
特定のファイルの場合:
README ファイルのみを含むディレクトリ構造の場合:
特定のブランチの場合:
ライセンス
マサチューセッツ工科大学
著者
カズフ( https://x.com/kazuph )
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.
Tools
GitHubコードをClaude.aiに接続するモデルコンテキストプロトコルサーバー。このサーバーはPera1サービスを利用してGitHubリポジトリからコードを抽出し、Claudeに適切なコンテキストを提供します。
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 -6Python
- -securityFlicense-qualityModel Context Protocol server that enables Claude to retrieve and analyze code from GitHub repositories through the uithub API.Last updated -615JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables seamless integration between Claude AI and development tools like VSCode, Augment, Vercel, Airtable, and Square.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA 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,417Python