JUHE API Marketplace
Pranesh-2005 avatar
MCP Server

GitHub MCP Tools

A set of tools allowing AI assistants to interact directly with GitHub, enabling automation of tasks like fetching user profiles, creating repositories, and managing pull requests.

0
GitHub Stars
8/18/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

🚀 GitHub MCP Tools

A powerful set of tools built using the Model Context Protocol (MCP) framework to allow AI assistants and agents to interact directly with GitHub. Perfect for automating developer workflows via AI integration.

✨ Features

  • 👤 Fetch detailed GitHub user profiles
  • 📁 Create new repositories
  • ❌ Delete repositories (with appropriate permissions)
  • 🔄 Create and merge pull requests
  • 📋 List repositories (authenticated or by username)
  • 👋 Simple Hello World test tool

⚙️ Tech Stack

  • Python 3.8+
  • FastMCP (Model Context Protocol server)
  • GitHub REST API
  • requests, python-dotenv for API integration and environment handling

📦 Installation

  1. Clone the repository:
git clone https://github.com/Pranesh-2005/UsingMcp.git
cd UsingMcp
  1. Create Github PAT Go to your Github Profile -> Settings -> Developer Setting -> Personal Access Token(PAT) -> Token (Classic) -> Generate New Token (Classic)

  2. Create a .env file

    • Create a .env file
    • Add GITHUB_PAT=ghp_********************* in the .env file
  3. Run the python file

mcp dev github_server.py

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source