Deploys a Model Context Protocol Server-Sent Events (SSE) deployment on Google Cloud Run with IAM authentication.
This tool addresses the immediate need for secure access to MCP SSE servers, especially when official authentication methods are still in development. It leverages Google Cloud Run and IAM to provide a simple and secure way to allow clients, like Cursor, to connect to a custom MCP server over the internet. By deploying the MCP server on Cloud Run with IAM authentication, users can establish a proxy connection through the Google Cloud SDK, ensuring that only authenticated users can access the server.