GitHub MCP Server
GitHub MCP サーバー
GitHubと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このツールにより、AIアシスタントはリポジトリ管理、ファイル操作、問題追跡など、GitHubのさまざまな操作を実行できます。
特徴
リポジトリ操作: リポジトリの作成、リポジトリのフォーク
ファイル操作: ファイルの作成、更新、読み取り、1回のコミットで複数のファイルをプッシュ
問題管理: 問題の作成、更新、一覧表示、コメント
プルリクエスト: プルリクエストを作成する
ブランチ管理: ブランチの作成
検索機能: コード、リポジトリ、問題、ユーザーを検索
コミット履歴: コミットの一覧
Related MCP server: GitHub MCP Server
設定
前提条件
Node.js 18以上
適切な権限を持つGitHub個人アクセストークン
インストール
このリポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build
構成
このMCPサーバーは、GitHub APIで認証するためにGitHub Personal Access Tokenを必要とします。トークンは環境変数として提供する必要があります。
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_hereSmithery を使用してデプロイする場合、トークンはgithubPersonalAccessToken構成オプションを通じて構成されます。
使用法
ローカルで実行
サーバーをローカルで実行するには:
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here node dist/index.jsSmitheryを使ったデプロイ
このリポジトリには、Smithery を使用してデプロイするために必要な構成ファイルが含まれています。
Dockerfile: MCP サーバーの Docker イメージを構築する方法を定義しますsmithery.yaml: Smithery が MCP サーバーを起動する方法を設定します
展開手順については、 Smisery のドキュメントを参照してください。
発達
建物
npm run buildリンティング
npm run lintライセンス
マサチューセッツ工科大学
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
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.11
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.18MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables LLM agents to manage GitHub repositories, issues, pull requests, branches, files, and releases through a standardized interface.4678Apache 2.0
- -licenseCquality-maintenanceA Model Context Protocol server with GitHub API integration that enables interaction with repositories, issues, pull requests, and file management through a standardized interface.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
An MCP server that gives your AI access to the source code and docs of all public github repos
Appeared in Searches
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/renantrendt/mcp-github'
If you have feedback or need assistance with the MCP directory API, please join our Discord server