github_chatgpt_app / README.md
viraja1's picture
Update README.md
09ad2d3 verified
|
Raw
History Blame Contribute Delete
1.12 kB
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 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.