mcp_server_cloud_run_deployment

jainsourabh2/mcp_server_cloud_run_deployment
★ 0 stars Python Security Updated today
Model Context Protocol (MCP) Server for Resy and Deployment Blueprint on Google Cloud Run
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_cloud_run": {
      "command": "uvx",
      "args": [
        "mcp-server-cloud-run-deployment"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-cloud-run-deployment

README Excerpt

This repository contains production blueprints, comprehensive guides, and sample implementations for deploying **Model Context Protocol (MCP)** servers to **Google Cloud Run**, along with enterprise Google Cloud security and architecture best practices. --- ```text . ├── building-resy-mcp-server-cloud-run.md # Comprehensive guide: Building & Deploying Resy MCP on Cloud Run