ghmcp

rubensgomes/ghmcp

3.1

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

An AI MCP server designed to expose Rubens GitHub project to AI coding assistants.

ghmcp

An AI MCP server to be expose Rubens GitHub project to AI coding assistants.

Project Structure

This project follows the following standard project layout structure:

    ghmcp
    ├── pyproject.toml
    ├── poetry.lock 
    ├── README.md
    ├── SETUP.md
    ├── .gitattributes
    ├── .gitignore
    ├── ghmcp/
    │   ├── __init__.py
    │   ├── main.py
    │   ├── utility.py
    └── tests/
        ├── test_main.py
        ├── test_utility.py

Prerequisite Tools

  • pipx 1.7.1 or later
  • poetry 2.1.3 or later
  • pylint 3.3.7 or later
  • python3 3.13.0 or later
  • pytest 8.3.4 or later
  • IDE (e.g., PyCharm)

Key Libraries

Setup of Development Environment

Refer to .


Rubens Gomes