-
Couldn't load subscription status.
- Fork 0
Installation
Garot Conklin edited this page May 23, 2025
·
1 revision
Follow these steps to install the GitHub MCP Server:
- Python 3.8+
- GitHub account
- System keychain access
- Clone the repository:
git clone https://github.com/yourusername/github-mcp.git cd github-mcp - Install dependencies:
pip install -e . - Verify installation:
python -m github_mcp.server --help
flowchart TD
A[Clone Repository] --> B[Install Dependencies]
B --> C[Configure Authentication]
C --> D[Run Server]
D --> E[Connect with Cursor IDE]
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}