Skip to main content
Glama
dinosbakerype

Google Cloud Run MCP Server (SSE)

Google Cloud Run MCP Server (SSE)

MCPサーバー (Model Context Protocol) は、SSE (Server-Sent Events) トランスポートを使用して、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