-
Couldn't load subscription status.
- Fork 0
Configuration
Garot Conklin edited this page May 23, 2025
·
1 revision
Configure the GitHub MCP Server to suit your environment.
-
Port: Default is 8000, can be changed with
--port -
Log Level: Set with
--log-level(info, debug, warning, error) -
SSE Endpoint:
/ssefor real-time updates -
Tool Registration: Add or remove tools in
server.py
flowchart TD
A[Start Server] --> B{Custom Options?}
B -- Yes --> C[Apply CLI Flags]
B -- No --> D[Use Defaults]
C --> E[Server Running]
D --> E
python -m github_mcp.server --port 9000 --log-level debugThis project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}