P
MCPHandler
Created Oct 19, 2025
by
quinny1187
Language:
Python
Stars:
0
Forks:
0
README
MCP GitHub Client
Integration between Model Context Protocol (MCP) and GitHub repositories.
Setup
- Create a virtual environment:
python -m venv venv - Activate it:
venv\Scripts\activate(Windows) orsource venv/bin/activate(Unix) - Install dependencies:
pip install -r requirements.txt - Copy
.env.exampleto.envand add your tokens
Usage
See examples directory for usage examples.
Last updated: Oct 19, 2025
Publisher info
More MCP servers built with Python
Transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
By huggingface
155.5K