Spaces:
Runtime error
Runtime error
| 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. |