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

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle