P
MCPHandler
...
Created 11/27/2024byquinny1187
Language:
Python
Stars:
0
Forks:
0
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.example
to.env
and add your tokens
Usage
See examples directory for usage examples.
Last updated: 11/30/2024
Publisher info
More MCP servers built with Python
mcp-logo-gen
By sshtunnelvision137