Github-MCP-Server

Om-Shree-0709/Github-MCP-Server

3.1

If you are the rightful owner of Github-MCP-Server 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.

A simple server project for managing GitHub MCP (Model Context Protocol) operations.

Github-MCP-Server

A simple server project for managing GitHub MCP (Model Context Protocol) operations.

Features

  • Python-based server
  • Easy setup and deployment
  • Handles GitHub MCP tasks

Setup

  1. Clone the repository:
    git clone https://github.com/Om-Shree-0709/Github-MCP-Server.git
    cd Github-MCP-Server
    
  2. Create a virtual environment and install dependencies:
    python -m venv .venv
    .venv\Scripts\activate
    pip install -r requirements.txt
    
    Or use uv if available:
    uv pip install -r requirements.txt
    

Usage

Run the main server script:

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

Github-MCP-Server