spec — 基本情報
| github_stars | 31.3k |
|---|---|
| pricing | open_source |
| license | MIT |
| os | mac / windows / linux |
| llms | claude / gpt / gemini |
| japanese | 非対応 |
| difficulty | 初級 |
| recommended | GitHub中心の開発フローをAIから操作したい開発者 |
概要
GitHubが公式に提供するMCP(Model Context Protocol)サーバーです。AIアシスタントからGitHubのIssue作成、PR管理、コード検索、リポジトリ操作を行えます。
できること
- Issue / PR の作成・更新・検索
- リポジトリのファイル読み取り・コミット
- GitHub Actions の実行状況確認
- コードスキャンアラートの取得
導入手順
Claude Desktop / Cursor の MCP設定に以下を追加:
{
"mcpServers": {
"github": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/github/github-mcp-server"]
}
}
}tags
related — 同カテゴリの人気エンティティ
MCP Reference Servers MCPサーバー
Anthropic公式のMCPリファレンス実装集。Filesystem・Fetch・Memory・Git・Time等の基本サーバーを収録し、MCP開発の出発点になる。
stars: 88.3k price: open_source license: Other ja: none level: beginner
Context7 MCPサーバー
ライブラリ・フレームワークの最新公式ドキュメントをAIに供給するMCPサーバー。古いAPI知識によるハルシネーションを防ぐ。
stars: 58.8k price: freemium license: MIT ja: none level: beginner
Chrome DevTools MCP MCPサーバー
Google公式のChrome DevTools MCPサーバー。パフォーマンス計測・ネットワーク解析・デバッグをAIから実行できる。
stars: 46.5k price: open_source license: Apache-2.0 ja: none level: intermediate
Blender MCP MCPサーバー
Blenderを自然言語で操作するMCPサーバー。3Dモデリング・シーン構築・マテリアル設定をAIに指示できる。
stars: 23.7k price: open_source license: MIT ja: none level: intermediate
Serena MCPサーバー
LSPベースのセマンティックコード解析をAIに提供するMCPツールキット。シンボル単位の正確なコード読解・編集を可能にする。
stars: 26.3k price: open_source license: MIT ja: none level: intermediate