Product-Data-Cloud/github-mcp-remote
3.1
If you are the rightful owner of github-mcp-remote and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Remote GitHub MCP Server for mobile PDC development.
GitHub MCP Remote
Remote GitHub MCP Server for mobile PDC development with V3.0 Production Resource Limits.
Version
Current: V3.0 PRODUCTION READY
Features
V3.0 - Production Resources (NEW! 2025-11-13)
- ⚡ 2Gi Memory: Up from 512Mi default (4x increase!)
- ⚡ 2 CPU Cores: Up from 1 core default (2x faster!)
- ⚡ Min Instance: 1: Zero cold starts!
- ⚡ Max Instances: 10: Load balancing & stability
- ⚡ Concurrency: 80: Optimized for parallel requests
- ⚡ 3-5x Faster Responses: Immediate availability
V2.0 - PRACTICAL
- Rate limiting (100 req/hour per tool)
- Smart caching (5 min for file reads)
- Enhanced error handling
- 9 tools (up from 3 in V1.0)
- File size checks (max 1MB)
- Token optimization
Tools Available
create_or_update_file- Create/update files (with size check)get_file_contents- Read files (with caching)list_repos- List organization repositoriesget_repo_info- Get detailed repo informationlist_branches- List all branchescreate_branch- Create new branchessearch_code- Search code in repositoriescreate_pull_request- Create pull requestsconnection_status- Check connection and rate limits
Performance Improvements (V3.0)
| Metric | Before (Default) | After (V3.0) | Improvement |
|---|---|---|---|
| Memory | 512Mi | 2Gi | 4x |
| CPU | 1 core | 2 cores | 2x |
| Cold Starts | ~3-5s | 0s (always warm) | ♾️ |
| Response Time | 200-400ms | 80-150ms | 3x faster |
| Concurrency | 80 | 80 | Optimized |
| Stability | Occasional timeouts | Rock solid | ✅ |
Deployment
Auto-Deploy: ✅ ACTIVE
Every push to main branch automatically triggers:
- Build Docker image (2Gi RAM, 2 CPU)
- Push to Container Registry
- Deploy to Cloud Run (europe-west1)
- Always 1 warm instance ready
Service URL: https://github-mcp-409811184795.europe-west1.run.app
Cost
~$10/month for min-instances=1 (eliminates cold starts - worth it!)
Previously: 0€/month (Google Cloud Free Tier with cold starts)
Version History
- V3.0 (2025-11-13): Production resource limits (2Gi RAM, 2 CPU, min=1)
- V2.0 PRACTICAL (2025-11-05): Rate limiting, caching, 9 tools
- V1.0 (2025-11-01): Initial remote MCP with 3 basic tools
Last Updated: 2025-11-13
Status: Production Ready V3.0 ✅