Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Cloud Run MCP Server logo
MCP server

Cloud Run MCP Server

Google's own server for deploying a folder or a set of files to Cloud Run and reading back the logs.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @google-cloud/cloud-run-mcp
mcpServers
{
  "mcpServers": {
    "cloud-run-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@google-cloud/cloud-run-mcp"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Required
Tools
7
License
Apache-2.0
Stars
627
Tools
deploy-file-contentsdeploy-local-folderlist-servicesget-serviceget-service-loglist-projectscreate-project

Three of its tools are exposed only when the server runs on the developer's own machine: deploying a local folder, listing GCP projects and creating a project attached to a billing account. A remotely hosted instance has no local filesystem to read and should not be able to open billable projects, so the tool list narrows itself according to where the process lives. What remains everywhere is deploying by sending file contents, listing and inspecting services, and pulling service logs and error messages. Two prompts wrap the common cases, defaulting the service name to the current directory, and the same package installs as a Gemini CLI extension.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?