github-mcp-remote

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

  1. create_or_update_file - Create/update files (with size check)
  2. get_file_contents - Read files (with caching)
  3. list_repos - List organization repositories
  4. get_repo_info - Get detailed repo information
  5. list_branches - List all branches
  6. create_branch - Create new branches
  7. search_code - Search code in repositories
  8. create_pull_request - Create pull requests
  9. connection_status - Check connection and rate limits

Performance Improvements (V3.0)

MetricBefore (Default)After (V3.0)Improvement
Memory512Mi2Gi4x
CPU1 core2 cores2x
Cold Starts~3-5s0s (always warm)♾️
Response Time200-400ms80-150ms3x faster
Concurrency8080Optimized
StabilityOccasional timeoutsRock solid

Deployment

Auto-Deploy: ✅ ACTIVE

Every push to main branch automatically triggers:

  1. Build Docker image (2Gi RAM, 2 CPU)
  2. Push to Container Registry
  3. Deploy to Cloud Run (europe-west1)
  4. 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 ✅