GitHub マネージャー MCP サーバー
GitHub管理用のモデルコンテキストプロトコルサーバー
この TypeScript ベースの MCP サーバーは、GitHub API を通じて GitHub 組織、リポジトリ、共同作業者を管理するためのツールを提供します。
特徴
GitHub管理ツール
list_orgs
: 認証されたユーザーが所属する GitHub 組織を一覧表示するlist_repos
: 指定された組織内のリポジトリを一覧表示するcreate_repo
: 組織内に新しいリポジトリを作成するadd_collaborator
: リポジトリに共同編集者を追加するupdate_repo_settings
: リポジトリ設定を更新する
発達
インストール
建てる
自動リビルドによる開発
テスト
ユニットテストを実行します。
カバレッジ付きのテストを実行します。
構成
環境変数
GITHUB_TOKEN
: 必要なスコープを持つ GitHub 個人アクセス トークン
MCP サーバーのインストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
パッケージ スクリプトとして利用できるMCP Inspectorを使用することをお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
この TypeScript ベースの MCP サーバーを使用すると、ユーザーは構造化されたプロンプトとリソースを通じてメモを作成および要約する機能を備えたシンプルなメモ システムを管理できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityThis TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.Last updated -132610TypeScript
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, enabling users to manage text notes with creation and summarization functionalities through structured prompts.Last updated -1289JavaScript
- AsecurityFlicenseAqualityThis TypeScript-based MCP server implements a simple notes system, allowing the creation, listing, and summarization of text notes using MCP concepts with note:// URIs and metadata.Last updated -1JavaScript
- AsecurityFlicenseAqualityA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.Last updated -123TypeScript