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.exampleto.envand add your tokens
Usage
See examples directory for usage examples.
Last updated: 11/30/2024
Publisher info
More MCP servers built with Python
xiyan_mcp_server
A Model Context Protocol (MCP) server that enables natural language queries to databases
By XGenerationLab56