Skip to main content
Glama
dinosbakerype

Google Cloud Run MCP Server (SSE)

Google Cloud Run MCP 服务器 (SSE)

采用 SSE(服务器发送事件) 传输协议的 MCP(模型上下文协议)服务器,已准备好部署到 Google Cloud Run 并连接到 Antigravity


📁 项目结构

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.md

Related MCP server: LangChain Agent MCP Server

🚀 部署到 Google Cloud Run

选项 1:从 GitHub 部署(Cloud Console)

  1. 将此仓库上传到你的 GitHub 账户。

  2. 在 Google Cloud Console 中,进入 Cloud Run > 创建服务

  3. 选择 从仓库持续部署

  4. 连接你的 GitHub 账户并选择此仓库(main 分支)。

  5. 在构建类型中,选择 Dockerfile

  6. 身份验证 中,选择 允许未认证的调用

  7. 点击 创建

选项 2:从终端部署(gcloud)

gcloud run deploy google-cloud-mcp-server \
  --source . \
  --region us-central1 \
  --allow-unauthenticated \
  --port 8080

🔌 在 Antigravity 中连接

服务部署完成后,将包含 /sse 的 URL 添加到你的 ~/.gemini/config/mcp_config.json 文件中:

{
  "mcpServers": {
    "google-cloud-run": {
      "serverUrl": "https://TU-SERVICIO-CLOUD-RUN.a.run.app/sse"
    }
  }
}
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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