Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub MCP Server

A Python-based Model Context Protocol (MCP) server built with FastMCP to expose GitHub API operations as tools for AI assistants.

Purpose

Built step-by-step to learn and master MCP server concepts:

  • Tool registration & schemas
  • FastMCP stdio transport
  • Clean REST API integration
  • Robust handling for rate limits, retries, and pagination

Setup

  1. Install dependencies

    pip install -r requirements.txt
  2. Configure Environment Create a .env file based on .env.example:

    GITHUB_TOKEN=your_personal_access_token
    GITHUB_REPO=owner/repository

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages