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

mcp-server-tidb

mcp server for tidb

By c4pt0r16
LLMling

Easy MCP (Model Context Protocol) servers and AI agents, defined as YAML.

By phil6516
xiyan_mcp_server

A Model Context Protocol (MCP) server that enables natural language queries to databases

By XGenerationLab56