MCP ExplorerExplorer

Gh Github Mcp Server

@MayorFajon 10 months ago
3 MIT
FreeCommunity
AI Systems
GitHub CLI extension for GitHub MCP Server with automatic authentication

Overview

What is Gh Github Mcp Server

gh-github-mcp-server is a GitHub CLI extension that simplifies the installation and authentication process for GitHub MCP Server.

Use cases

Use cases include integrating GitHub MCP Server with development tools like VS Code, streamlining the setup process for developers, and enhancing productivity by reducing configuration overhead.

How to use

To use gh-github-mcp-server, install it via the command ‘gh extension install MayorFaj/gh-github-mcp-server’. Then, configure your VS Code settings to integrate the server by adding the specified JSON configuration.

Key features

Key features include zero configuration (utilizing existing GitHub CLI authentication), automatic installation (downloading the appropriate binary for your platform), and no additional dependencies (no need for Docker or manual token management).

Where to use

gh-github-mcp-server can be used in software development environments, particularly those that utilize GitHub for version control and collaboration.

Content

GitHub MCP Server CLI Extension

A GitHub CLI extension providing simplified installation and authentication for GitHub MCP Server.

Installation

gh extension install MayorFaj/gh-github-mcp-server

Usage

Start the GitHub MCP Server with stdio mode:

VS Code Integration

Add the following to your VS Code User Settings (JSON):

{
  "mcp": {
    "servers": {
      "github": {
        "command": "gh",
        "args": [
          "github-mcp-server",
          "stdio"
        ]
      }
    }
  }
}

You can edit settings by pressing Ctrl+Shift+P (or Cmd+Shift+P on macOS) and typing “Preferences: Open User Settings (JSON)”.

Features

  • Zero Configuration: Uses your existing GitHub CLI authentication
  • Automatic Installation: Downloads the correct binary for your platform
  • No Additional Dependencies: No Docker or manual token management required

License

MIT License

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers