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

  1. Create a virtual environment: python -m venv venv
  2. Activate it: venv\Scripts\activate (Windows) or source venv/bin/activate (Unix)
  3. Install dependencies: pip install -r requirements.txt
  4. Copy .env.example to .env and add your tokens

Usage

See examples directory for usage examples.

Last updated: 11/30/2024

Publisher info

quinny1187's avatar

quinny1187

5
followers
0
following
9
repos

More MCP servers built with Python

apollo-io-mcp-server

MCP server that exposes the Apollo.io API functionalities as tools

By Edward Choh
mcp-openvision

MCP Server using OpenRouter models to get descriptions for images

By Nazruden2
DeepView MCP

Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.

By ai-1st