GitHub MCP Server
by yosay-org
This documents the setup and configuration of the GitHub MCP server. It outlines the steps taken to configure the server with a GitHub Personal Access Token and test its functionality.
View on GitHub
Last updated: N/A
GitHub MCP Server Configuration
This repository documents the setup and configuration of the GitHub MCP server on 2025-03-18.
Steps Performed
- Created MCP server directory and installed @modelcontextprotocol/server-github package
- Configured MCP server with GitHub Personal Access Token
- Tested server functionality with repository search
- 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