Github-MCP-Server-Demo

Github-MCP-Server-Demo

0

This project sets up a Model Context Protocol (MCP) server that facilitates interaction with GitHub through a local server using Python and Flask. It enables performing GitHub operations like repository creation via structured POST requests.

The project involves setting up an MCP server using Python and Flask to interact with GitHub. Key steps include installing Python 3.x, Flask, and the requests library, creating a GitHub Personal Access Token, and running the MCP server using a script. The server allows users to send POST requests for GitHub operations like creating a repository.