github-mcp-server-config

yosay-org/github-mcp-server-config

3.1

If you are the rightful owner of github-mcp-server-config and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document outlines the setup and configuration of a GitHub MCP server.

GitHub MCP Server Configuration

This repository documents the setup and configuration of the GitHub MCP server on 2025-03-18.

Steps Performed

  1. Created MCP server directory and installed @modelcontextprotocol/server-github package
  2. Configured MCP server with GitHub Personal Access Token
  3. Tested server functionality with repository search
  4. Created this repository to document the configuration process

Additional Notes

Updated npm version using the following commands:

  • npm install -g npm@latest
  • npm install -g n
  • n stable

Reference: Gemini conversation about npm update