github-mcp-server-demo
Repository created via custom MCP Python server
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
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"
}
}
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
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP