Skip to main content
Glama

github-manager MCP Server

GitHub マネージャー MCP サーバー

GitHub管理用のモデルコンテキストプロトコルサーバー

この TypeScript ベースの MCP サーバーは、GitHub API を通じて GitHub 組織、リポジトリ、共同作業者を管理するためのツールを提供します。

特徴

GitHub管理ツール

  • list_orgs : 認証されたユーザーが所属する GitHub 組織を一覧表示する
  • list_repos : 指定された組織内のリポジトリを一覧表示する
  • create_repo : 組織内に新しいリポジトリを作成する
  • add_collaborator : リポジトリに共同編集者を追加する
  • update_repo_settings : リポジトリ設定を更新する

発達

インストール

npm install

建てる

npm run build

自動リビルドによる開発

npm run watch

テスト

ユニットテストを実行します。

npm test

カバレッジ付きのテストを実行します。

npm run test:coverage

構成

環境変数

  • GITHUB_TOKEN : 必要なスコープを持つ GitHub 個人アクセス トークン

MCP サーバーのインストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "github-manager": { "command": "/path/to/github-manager/build/index.js", "env": { "GITHUB_TOKEN": "your_github_token_here" } } } }

デバッグ

パッケージ スクリプトとして利用できるMCP Inspectorを使用することをお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

この TypeScript ベースの MCP サーバーを使用すると、ユーザーは構造化されたプロンプトとリソースを通じてメモを作成および要約する機能を備えたシンプルなメモ システムを管理できます。

  1. 特徴
    1. GitHub管理ツール
  2. 発達
    1. インストール
    2. 建てる
    3. 自動リビルドによる開発
    4. テスト
  3. 構成
    1. 環境変数
    2. MCP サーバーのインストール
  4. デバッグ

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      This TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.
      Last updated -
      1
      326
      10
      TypeScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      A 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 -
      1
      289
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      This 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 -
      1
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
      Last updated -
      12
      3
      TypeScript
      • Apple

    View all related MCP servers

    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/wheelhousedev/github-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server