Google Cloud Run MCP Server (SSE)
Allows deployment of an MCP server with SSE transport on Google Cloud Run, enabling connection to Antigravity.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Cloud Run MCP Server (SSE)Deploy my MCP server to Google Cloud Run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Cloud Run MCP Server (SSE)
MCP Server (Model Context Protocol) with SSE (Server-Sent Events) transport ready to be deployed on Google Cloud Run and connected to Antigravity.
📁 Project Structure
mcp-cloud-run/
├── src/
│ └── server.ts # Implementación del servidor MCP y endpoints SSE
├── Dockerfile # Configuración Docker optimizada para Cloud Run
├── package.json # Dependencias y scripts
├── tsconfig.json # Configuración de TypeScript
├── .dockerignore
├── .gitignore
└── README.mdRelated MCP server: LangChain Agent MCP Server
🚀 Deployment on Google Cloud Run
Option 1: From GitHub (Cloud Console)
Push this repository to your GitHub account.
In Google Cloud Console, go to Cloud Run > Create Service.
Select Continuously deploy from a repository.
Connect your GitHub account and select this repository (
main).For build type, choose Dockerfile.
Under Authentication, select Allow unauthenticated invocations.
Click Create.
Option 2: From Terminal (gcloud)
gcloud run deploy google-cloud-mcp-server \
--source . \
--region us-central1 \
--allow-unauthenticated \
--port 8080🔌 Connection in Antigravity
Once your service is deployed, add the URL with /sse to your ~/.gemini/config/mcp_config.json file:
{
"mcpServers": {
"google-cloud-run": {
"serverUrl": "https://TU-SERVICIO-CLOUD-RUN.a.run.app/sse"
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.1
- Flicense-qualityDmaintenanceExposes LangChain agent capabilities through the Model Context Protocol, enabling multi-step reasoning tasks with ReAct pattern execution via a production-ready FastAPI service deployed on Google Cloud Run.64
- Flicense-qualityDmaintenanceEnables the deployment of remote Model Context Protocol servers on Cloudflare Workers without authentication. It allows users to host custom tools and connect them to AI clients using Server-Sent Events (SSE).
- Flicense-qualityCmaintenanceEnables the deployment of remote Model Context Protocol servers on Cloudflare Workers without requiring authentication. It allows users to integrate custom tools into AI clients like Claude Desktop or the Cloudflare AI Playground via Server-Sent Events.
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dinosbakerype/google-cloud-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server