Spaces:
Runtime error
Runtime error
metadata
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 repositorylist_issuesβ list issues with optional filterslist_pull_requestsβ summarize pull requests and their branchesget_readmeβ fetch and decode the README for any reflist_contributorsβ contributors with contribution countslist_filesβ inspect a branch/tree quicklysearch_reposβ search repositories via GitHub Search
Each tool returns trimmed, structured dictionaries so responses stay concise while still being useful inside ChatGPT conversations.