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.
主要功能
01Cloud Run deployment for scalability and management
02Simplified deployment via a shell script
03IAM Authentication for MCP server access
04Local proxy for connecting to the Cloud Run service
05Step-by-step instructions for Cursor integration
使用案例
01Securely share MCP servers with team members
02Bypass the need for basic auth or API keys
03Enable MCP SSE functionality in applications like Cursor