trackmcp
Back to directory
jatinnahar15

github-mcp-server-demo

View on GitHub

Repository created via custom MCP Python server

0 stars PythonServers & Infrastructure Updated Apr 20, 2025

Documentation

1. Install Python 3.x

2. Install Flask and requests:

pip install flask requests

3. Create a GitHub Personal Access Token with repo scope

4. Create mcp server file. [mcp_github_server.py]

5. Set your GitHub token securely (in terminal):

set GITHUB_TOKEN=ghp_YourTokenHere # on Windows

6. Run it:

python mcp_github_server.py

image

8. How to Send Post Request to Mcp Server,

Send a POST request to http://localhost:5001/command with JSON like:

BODY:

{

"name": "create-repo",

"input": {

"repo_name": "mcp-python-test",

"private": true,

"description": "Repository created via custom MCP Python server"

}

}

image

Frequently asked questions

What is github-mcp-server-demo?

github-mcp-server-demo is Repository created via custom MCP Python server

How do I install github-mcp-server-demo?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is github-mcp-server-demo open source?

Yes — it is hosted on GitHub at https://github.com/jatinnahar15/mcp-python-test.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP