mcp-github
mcp-github
GitHub MCP — GitHub の公開 REST API をラップします(公開エンドポイントでは認証は不要)。
Pipeworx の一部です — AI エージェントを 1394 以上のライブデータソースに接続する MCP ゲートウェイ。
ツール
ツール | 説明 |
| キーワードで GitHub リポジトリを検索します。リポジトリ名、説明、スター数、フォーク数、主要言語、URL を返します。プロジェクトを調査するときや、コード実装の例を探すときに使用します。 |
| "facebook/react"、"torvalds/linux"、"vercel/next.js" のような owner/repo slug で指定された 1 つのリポジトリを取得します。質問内でリポジトリ名が明確に指定されている場合は、必ずこのツールを使用してください。リポジトリのスター数 / フォーク数 / ウォッチャー数、ライセンスと言語、トピック、説明、オープン中の Issue 数、最終プッシュ日時を返します。 |
| オーナー名とリポジトリ名を指定して、GitHub リポジトリの Issue を一覧表示します。プルリクエストは自動的に除外されます。Issue 番号、タイトル、状態、ラベル、作成者、コメント数、URL、タイムスタンプを返します。デフォルトではオープン中の Issue を表示します。 |
| GitHub ユーザーの公開プロフィール情報を取得します。名前、自己紹介、会社、所在地、公開リポジトリ数、フォロワー数、ソーシャルリンクを返します。ユーザー名を指定してください(例: username="torvalds")。 |
| パスを指定して、公開 GitHub リポジトリ内のファイルを読み込みます(ディレクトリの一覧表示も可能)。「<repo> の README / package.json / <file> を見せて」「<owner/repo> から <path> を読んで」のようにソースコードや設定ファイルを確認する場合は、ウェブ検索よりもこのツールを優先してください。owner + repo + path を渡します(path を省略または |
| 公開 GitHub リポジトリ全体からコードを検索します — function/symbol/string が定義または使用されている場所を見つけます。「X をするコードを探して」「<API> を使っているリポジトリはどれか」「<function> の使用例を見せて」「<symbol> はどこで定義されているか」といった場合は、ウェブ検索より優先してください。GitHub のコード検索修飾子をクエリ内でそのまま使えます: repo:owner/name、org:name、user:name、language:go、filename:Dockerfile、path:src、extension:ts、in:file。一致したファイルを、リポジトリ名、パス、URL とともに返します。注: デフォルトブランチのみを範囲とし、非常に一般的な語は無視、また 1 分あたり約 10 回の検索数制限があります。 |
| リポジトリの最新リリースと直近のリリース履歴を取得します —「<project> の最新バージョンは?」「<repo> はいつ最後にリリースされた?」「最新リリースで何が変更された?」という質問への最も定番の答え方です。直近の公開安定版リリース(タグ、名前、日付、プレリリースかどうか、リリースノート、ダウンロード数付きアセット)に加えて、それ以前のリリースも返します。タグは付けるが正式リリースは切らないリポジトリでは git タグにフォールバックします。 |
| リポジトリの直近のコミットを一覧表示し、最新の開発状況や変更内容、誰がコミットしているかを確認します。「<repo> の最新のコミット」「<owner/repo> が最後に更新されたのはいつか」「<repo> の最新の変更」などを調べる場合はウェブ検索より優先してください。オプションで sha(履歴を開始するブランチ・タグ・コミット)、path(そのファイル・ディレクトリに影響するコミットのみ)、since / until(ISO タイムスタンプ)を指定できます。コミットごとに sha、メッセージ、作成者、日付を返します。 |
Related MCP server: GitBridge
クイックスタート
お使いの MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"github": {
"url": "https://gateway.pipeworx.io/github/mcp"
}
}
}または、Pipeworx の完全なゲートウェイに接続して、1394 以上のすべてのデータソースを利用します:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx で使う
ツールを直接呼び出す代わりに、平易な英語で質問できます:
ask_pipeworx({ question: "your question about Github data" })ゲートウェイが適切なツールを選択し、引数を自動的に埋めてくれます。
その他
ライセンス
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityNot gradedmaintenanceEnables AI agents to interact with GitHub repositories through the GitHub REST API for managing files, issues, and repository metadata. It supports both read operations like searching code and write operations such as creating repositories and updating issue comments.9
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze GitHub repositories, including fetching repository details, searching, and retrieving README content.4522ISC
- FlicenseCqualityBmaintenanceEnables AI assistants to interact with GitHub repositories via the REST API, supporting repository listing, detail retrieval, and issue management.2
- FlicenseBqualityCmaintenanceEnables AI clients to interact with GitHub repositories, issues, pull requests, and code search through the GitHub REST API.12
Related MCP Connectors
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pipeworx-io/mcp-github'
If you have feedback or need assistance with the MCP directory API, please join our Discord server