--- title: Github ChatGPT App emoji: 🏆 colorFrom: gray colorTo: pink sdk: docker pinned: false short_description: Github ChatGPT App tags: - building-mcp-track-enterprise - building-mcp-track-customer - building-mcp-track-creative --- # GitHub ChatGPT MCP App This project exposes a GitHub-focused toolset as a Model Context Protocol (MCP) server so it can be loaded as a ChatGPT App. It adds lightweight wrappers for common GitHub API flows that are useful when working alongside ChatGPT. ## Video Demo https://www.youtube.com/watch?v=VHjuzP9oO9w ## Features - `get_repo_info` – metadata for any public repository - `list_issues` – list issues with optional filters - `list_pull_requests` – summarize pull requests and their branches - `get_readme` – fetch and decode the README for any ref - `list_contributors` – contributors with contribution counts - `list_files` – inspect a branch/tree quickly - `search_repos` – search repositories via GitHub Search Each tool returns trimmed, structured dictionaries so responses stay concise while still being useful inside ChatGPT conversations.