GitHub MCP Server CLI Extension

by MayorFaj

6 stars
376 downloads
Not rated
GitHub

About

GitHub CLI extension for GitHub MCP Server with automatic authentication

Details

Author
MayorFaj
GitHub stars
6
Downloads
376
Categories
Developer Tools

- 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
- Licensed under MIT

Install the extension with gh extension install MayorFaj/gh-github-mcp-server, then start the server in stdio mode by running gh github-mcp-server stdio. For VS Code, add the provided configuration to your user settings JSON.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.