Spaces:
Running
Running
| title: Github ChatGPT MCP App | |
| emoji: π’ | |
| colorFrom: purple | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 6.0.1 | |
| app_file: app.py | |
| pinned: false | |
| # Github ChatGPT App | |
| Github ChatGPT App allows users to load the Github MCP App within ChatGPT | |
| ## Docs | |
| https://www.gradio.app/guides/building-chatgpt-apps-with-gradio | |
| https://developers.openai.com/apps-sdk/build/mcp-server | |
| https://developers.openai.com/apps-sdk/build/chatgpt-ui/ | |
| https://developers.openai.com/apps-sdk/build/examples | |
| ## Getting Started | |
| ### Install requirements.txt | |
| ``` | |
| pip install -r requirements.txt | |
| ``` | |
| ### Run App | |
| ``` | |
| python app.py | |
| ``` | |
| This will print a public URL that your Gradio app will be running on | |
| Now, navigate to ChatGPT (https://chat.com/). As mentioned earlier, you need to enable "developer mode" in ChatGPT under Settings β Apps & Connectors β Advanced settings in ChatGPT. Then, navigate to Settings β Apps & Connectors and click the "Create" button. Give your connector a name, a description (optional), and paste in the MCP server URL that was printed to your terminal. Choose "No authentication" and create. | |
| And that's it! Once the Connector has been created, you can start prompting it by first selecting the Github MCP App and then saying something like, "Search 5 AI Repos" | |